/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	border:none;
}

body{
	background-color:#e3e3e3;
}

form{
	margin:0px;
}

.absDiv { position: absolute; visibility: hidden; overflow: hidden }
