@charset "utf-8";
/* CSS Document */

a img {border: none;}
a:link, a:visited, a:hover, a:active { outline: none; }
a:link, a:visited {
	color: #3399ff;
}
a:hover {
	color: #FFF;
}
body {
	background: url(/images/backgrounds/bg-starry.jpg) fixed;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.splash {
	width: 780px;
	height: 570px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -285px;
	text-align: center;
}
