@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000111;
}
#wrapper {
	float: left;
	width: 960px;
	height: 475px;
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -237px;
	background-color: #274162;
}
#logo {
	width: 960px;
	height: 475px;
	background-image:url(../images/logo.jpg) 
}

