@charset "utf-8";
body {
	background-color: #000000;
}
#wrapper {
	position:     absolute;
	top:          0px;
	left:         50%;
	width:        1024px;
	margin-left:  -512px;
}
#wrapper #site {
	background-color: #000000;
	height: auto;
	width: 1024px;
	background-repeat: no-repeat;
}
