body{
	background: url(images/bg.png);
}

#cadre {width: 767px; margin:0 auto; clear:both; float:none;  }
#head{
	width: 767px; 
	height:106px; 
	background:url(../images/logo.png) no-repeat center bottom;
}

#pathway{
	height: 21px;
	background: url(../images/bg_pathway.png);
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-indent:20px;
	padding-top:4px;
}

#topleft {
	height: 17px;
	width: 18px;
	background:url(../images/c1.png) no-repeat left bottom;
	float: left;
	
}
#topcenter {
	height: 17px;
	width: 731px;
	background: url(../images/ctop.png);
	background-position: left bottom;
	float: left;
}

#topright {
	height: 17px;
	width: 18px;
	background:url(../images/c2.png) no-repeat right bottom;
	float: left;

}

#mainpage{ 
	clear:both;
	background:url(../images/bg_main.png); 
	margin-bottom:0px;
	margin-top:0px;
}


#footerleft {
	height: 18px;
	width: 18px;
	float: left;
	background:url(../images/c4.png) no-repeat left top;
	
}
#footercenter {
	height: 18px;
	width: 731px;
	background: url(../images/cbas.png);
	float: left;
}

#footerright {
	height: 18px;
	width: 18px;
	float: right;
	background:url(../images/c3.png) no-repeat right top;
}

