<style type="text/css">

body {
	margin:0px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 75px;
	background-color:blue;
}
#leftmenu {
	position:absolute;
	left:0px;
	top:75px;
	width:250px;
	height: 200px;
	background-color:silver;
	padding: 8px;
}
#rightmenu {
	position: absolute;
	right: 0px;
	top: 75px;
	width: 250px;
	background-color: #f69608;
	padding: 8px;
}
#content {
	padding-top: 70px;
	margin-top: 70px;
	margin-left: 260px;
	margin-right: 260px;
	background-color: #a0eef5;
	padding: 12px;
}

</style>