@charset "utf-8";
/* CSS Document */

body {
	background-color: #1b3a6a;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#main {

}
#site {
	width: 940px;
	margin-left: -470px;
	height: 400px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	left: 50%;
}
