/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:none;
}

p:first-child{
	margin:0px;
}
body{
	background-image:url(../images/bg.gif);
}

form{
	margin:0px;
}

.absDiv { position: absolute; visibility: hidden; overflow: hidden }