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




html
{
	height:100%;
	width:100%;
}


body
{
	height:100%;
	width:100%;
	background-color:#4D4D4D;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


#centre
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}


#page
{
	width:800px;
	background:#FFF;
}


#pagecontainer
{
	width:730px;
	margin-left:30px;
}