html, body {
height:100%;
width: 100%;
overflow: auto;
margin: 0;
padding: 0;
background-color:#fffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(51, 51, 51);
	line-height: normal;



}#entry {
left:50%;
top:50%;
	position:absolute;
	height:400px;
	width:400px;
	z-index:1;
		margin-left: -200px;
	margin-top: -200px;

}


#navbar {
left:0px;
top:0px;
	position:fixed;
	height:99%;
	width:20%;
	z-index:+2;
	background-color:#FFFFFF;
	v-align:middle;
}

#content_right {
left:200px;
top:0px;
	position:absolute;
	height:98%;
	width:80%;
	z-index:1;
	font-size:20px;
	background-color:#000000;
	
}