@charset "utf-8";

body {
	font: 12px Georgia, Times, Serif;
	background: #010a2a url(images/bg.png) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

a:link, a:visited, a:active{
	color: #63b6ff;
	text-decoration: none;
	border-bottom: 1px dotted #63b6ff;
}
	
a:hover{
	color: #abd8ff;
	border-bottom: 1px dotted #abd8ff;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#top {
	padding: 190px 0 0 0;
}

#bottom {
	letter-spacing: 2px;
	padding: 24px 0 0 0;
}