#maincontent {
	top:180px;
	bottom:144px;
	background:#d2d2d2;
}

* html body { /*IE6 hack*/
	padding: 180px 0 144px 0;
}

#mheadline {
	position:absolute;
	left:50%;
	top:140px;
	width:620px;
	height:40px;
	margin:0px 0px 0px -230px;
	padding:0px;
	overflow:hidden;
	z-index:22;
	text-align:left;
	background:#d2d2d2;
}

#mpictures {
	position:absolute;
	left:50%;
	top:100%;
	width:620px;
	height:100px;
	margin:-144px 0px 0px -230px;
	padding:0px;
	overflow:hidden;
	z-index:21;
	text-align:left;
	background:#d2d2d2;
}

