/* CSS Document */


/* différences */
.top{
	background:url(../image_library/bkg_top_no-rep.jpg) no-repeat;
	min-height:297px;
	_height:297px;
	height:297px;
	width:850px;
	margin:0;
	padding:0 75px;
	
	text-align:left;
}
.middle{
	background:url(../image_library/bkg_middle_rep-y.jpg) repeat-y;
	
	width:850px;
	margin:0;
	padding:0 75px 20px 75px;
}


.bottom{
	background:url(../image_library/bkg_bottom_no-rep.jpg) no-repeat;
	min-height:222px;
	_height:222px;
	height:222px;
	width:850px;
	margin:0;
	padding:0 75px;
}

.pubTopAbsolute{
	position:absolute;
	margin:64px 0 0 -1px;
}
