html, body, * {
	width: 100%;
	height: 100%;
}


body {
	background-color: #ff6600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}


div#forward {
   position: absolute;
   top: 0px;
   width: 200px;
   margin: 0 auto;
   z-index: 100;
   display: none;
}
