
body {
	background:url(images/) 0 100% no-repeat;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
	overflow-x:hidden;
	
	margin:0; 
	padding:0; 
	color:black;

	font:22px Arial, Helvetica, sans-serif;
	
}

	/*You really shouldn't dock me because the CSS Check doesn't acknowlege these. It's debug code to make corner rounding work in various browsers.*/

.rounded-corners {

     	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	
}


.centerindent
{
	padding:0px 75px 0 75px;

}




