@import url("menu.css");
@import url("content.css");

body{
	width:100%;
	background:url(img/bg_body.png) repeat-y #FFFFFF;
	background-position:top center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	font-size:100.1%;
	font-size:11px;
}


html *{
	padding:0px;
	margin:0px;
}

#bodywrap{
	margin:auto;
	width:964px;
}


#mainMenu{
	
	height:18px;
}

#contentwrapper{
	margin-top:20px;
}

#contentLeft{
	width:50%;
	float:left;
	
	overflow-x:hidden;
}

#contentRight{
	
	width:50%;
	float:left;
	overflow-x:hidden;
}

#footerwrapper{	
	width:100%;
	height:85px;
	clear:both;
	background:url(img/bg_footer.png) repeat-y;
}
