@CHARSET "UTF-8";

body {
	background-color: rgb(255,255,255);
	clear: both;
	float: left;
}

#wrapper {
	width: 800px;
	background-color: rgb(255,255,255);
	clear: both;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 10px;
}

#wrapper div {
	width: 100%;
	clear: both;
	float: left;
}

#contents {
	padding: 10px;
}