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

body {
	background-color:rgba(255,255,255,1.00);
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}

#content {
	  background: rgba(255,255,255,1.00);
	width: 900px;
	position: absolute;
	margin-top: 40px;
	left: 50%;
	margin-left: -450px;
	height:auto;
}
