/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:none;
}

body{
	background-image:url(../images/bg.gif);
	background-color:#474747;
}

#div_container{
	height:100%;
	width:100%;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
}

form{
	margin:0px;
}