/*Set the basic properties of the page Body*/
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #ffffff;
	margin: 0px;
}


/*The important bit for centering your page*/
#Content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	margin-top: 0px;
}
