body{background-color:#000000; padding:0; margin:0}

img{border:0;}

#header
{
	position:relative;
	margin:0 auto;
	width:770px;
	height:193px;
	background:url(images/top.jpg) no-repeat top;
}
#cont
{
	position:relative;
	margin:0 auto;
	width:770px;
	height:367px;	
}
#footer
{
	position:relative;
	margin:0 auto;
	background:url(images/bottom.jpg) no-repeat top;
	width:770px;
	height:89px;
}

.cont_l{background:url(images/left.jpg) no-repeat top left; width:92px; height:367px; float:left;}
.cont_c{width:587px; height:367px; float:left;}
.cont_r{background:url(images/right.jpg) no-repeat top left; width:91px; height:367px; float:left;}
