#mainbody {
right: 15%;
position: absolute;
top: 225px;
width: 55%;
z-index: 12;
	color: #4c4c4c;
	font: medium/1.2em Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

#title {
	height: 225px;
	position: absolute;
	width: 100%;
	z-index: 10;
	float: left;
	vertical-align: text-bottom;
	padding-top: 5px;
	overflow: hidden;
	text-align: center;

}






#leftsidebar { 
left: 5%;
position: absolute;
top: 225px;
width: 20%;
z-index: 8;
color: silver;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;

}




#footer {
	color: gray;
	font-size: x-small;
	border-top: 1px solid silver;
	text-align: center;
	width: 100%;
	height: 20px;
	bottom:3%;
}

