body {
	background-image: url(../images/fond.jpg);
}

#surroundDiv {
	width:			771px;
	margin:			auto;
	margin-top:		25px;
	background-image:url(../images/bgRepeat.png);
	background-position: 0px 15px;
}

#layoutTable {
	border-spacing:		0px;
	border-collapse:	collapse;
	empty-cells:		show;
}

td {
	padding:			0px;
	margin:				0px;
}

#top {
	height:			170px;
	width:			771px;
	background-image: url(../images/topBanner.png);
}

#menu {
	width:			771px;
	height:			38px;
	background-image:url(../images/menuBg.png);
	vertical-align:	top;
}

#contentCell {
	width:			771px;
	height:			380px;
	min-height:		380px;
	//height:		expression(this.scrollHeight < 381 ? "380px" : "auto");
	background-image: url(../images/contentZoneTop.png);
	background-repeat:	no-repeat;
}

#foot {
	width:			771px;
	height:			20px;
	background-image:url(../images/footer.jpg);
}

#linkGM {
	display:		block;
	height:			20px;
	width:			185px;
	float:			right;
	text-decoration:none;
}

#contentZone {
	width:			537px;
	margin-left:	224px;
	color:			white;
	font-family:	Verdana;
	font-size:		11px;
}

#contentZone img {
	border:			none;
}

#contentZone a {
	color:			#df0000;
}
