/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:none;
}

body{
	background-image:url(../images/bg_side.jpg);
	background-repeat:repeat-x;
	background-color:#6b9f17;
}

#div_container{
	height:100%;
	width:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
}

form{
	margin:0px;
}

.absDiv { 
	position: absolute; visibility: hidden; overflow: hidden 
}
