@charset "UTF-8";
body {
	background-color: #99C4D2;
}
#wrapper {
	position:     absolute;
	top:          0px;
	left:         50%;
	width:        1024px;
	margin-left:  -512px;
}
#wrapper #site {
	background-color: #FFFFFF;
	height: auto;
	width: 1024px;
	border: 1px solid #000000;
}.bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
