body {
   margin: 0px;
   padding: 0px;
   background-color: #CCCCCC;
	background-image:url(../images/layout/bg_page.png);
	background-position: top center;
	background-repeat: repeat-x;
}
img {
	border: 0;
}
#mainWrapper{
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 100%;
	height: 600px;
	background-image:url(../images/layout/bg_map.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#footerBox{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:50px;
	background-image:url(../images/layout/bg_footer.png);
	background-position: top center;
	background-repeat:no-repeat;
}
#separator5px{
	margin-left:auto;
	margin-right:auto;
	height:5px;
	
}
#separator10px{
	margin-left:auto;
	margin-right:auto;
	height:10px;
	
}
#separator30px{
	margin-left:auto;
	margin-right:auto;
	height:30px;
	
}
 
/* THEN use like you would any other font */  
.parfont { 
	font-family:" Lucida Sans ", Verdana, Helvetica, sans-serif;  
	font-size: 12px; 
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #FFFFFF;
} 
.parfont2 {
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.text_line
{
clear:both;
}