html{
	height: 100%;
}

body{ 	
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #0C2A20;
	height: 100%;
}

#nav{
	position: absolute;
	top: 50px;
}

#close{
	position: absolute;
	top: 10px;
}