body {
	margin: 0px;
	background-color: #CCFF66;
	color: #7359BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,html {
	border: none;
	height: 100%;
	
 }
 .center {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
div.toplayer {
	height: 100%;
	width: 100%;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #CCFF66;
}
