#nav_topButtons {position: relative; left: 50%; margin-left: -40%; width:80%;}
#body{max-width: 1200px;width:80%;}
#bdydiv{width:100%;}
#rightBody{
	position: absolute;
	z-index: 5;
	width:20%;
	right:0px;
	background-color:#fff;
	opacity: 0.85;
	padding:10px;
	}
#leftBody{
	position: absolute;
	z-index: 5;
	width:80%;
	left:0px;
	}
form input, form textarea, form select, form button{
	width: 80%;
	}
#loginpanel {
	position: absolute;
	top: 3px;
	}	