#banSect
{
	display:block;
	position:relative;
	width:800px;
	height:160px;
	margin-top:40px;
	border-top:3px solid #02776F;
}
#banSect #mail  /*  first banner  */
{
	display:block;
	position:absolute;
	top:30px;
	left:65px;
	width:200px;
	height:100px;
	text-align:center;
}
#banSect #contBan  /*  second banner  */
{
	display:block;
	position:absolute;
	width:120px;
	height:100px;
	top:13px;
	left:295px;
	margin:0px;
}	
#banSect #bbb  /* third banner */
{
	display:block;
	position:absolute;
	top:13px;
	left:425px;
	width:100px;
	height:134px;
}
#banSect #clean /*  fourth banner */
{
	display:block;
	position:absolute;
	top:30px;
	left:565px;
	width:161px;
	height:100px;
}	
#mid #wkarea a.mail:hover {background:transparent;}