html, body { height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-x:hidden; 
	overflow-y:auto; 
	background-attachment: scroll;
	background-image: url(../images/wood_background.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.noscroll{

	position: absolute;
	width: 100%; min-width:820px;
	height: 100%; min-height:745;
	left: 0px;
	top: 0px;
	padding: 0px;
}
