#pagecontainer {
	border:solid 0px cyan;
	background-color:#c0c0c0;
}
#header {
	border-bottom:solid 1px #e3e3e3;
	height: 75px;
}
#footer {
	height:50px;
	border:solid 0px cyan;
	border-top:solid 1px #e3e3e3;
	/*background-color:#c8c8c8;*/
}
#bodycontainer {
	width:100%;
	background-color:#ffffff;
	border:solid 0px;
	position: absolute;
	top: 75px;
	bottom: 0;
	left: 0;
	right: 0;
}
#modules {
	padding:15px;
}