@charset "utf-8";
body {
	background-color: #0e2a3f;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
}

.logo {
	margin: 150px auto;
	background-image: url(../img/logo.jpg);
	width: 500px;
	height: 16px;
	background-repeat: no-repeat;
	padding-top: 270px;
	text-align: center;
}