BODY { 
		font-family : Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}

#mainbody{
	display: block;
	width: 600;
	text-indent : 0;
	text-transform : none;
    text-align: center;
}

#mainlogo{
	
}

#mainheading{
	display: block;
	width: 600;
	font-weight : bold;
	font-size : x-large;
    text-align: center;
}

#centerblock{
	display: block;
	width: 600;
    text-align: center;
}

#footer{
	padding-top: 50;
	display: block;
	width: 600;
    text-align: center;
	font-size: x-small;
}


