html {
	height: 100%;
}
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color:##3F5300;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
	background-position:left;
	background-repeat:repeat;	
}