html {
	height:100%;
	background-color: #836d57;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body {
	height:100%;
}
#page1000 {
	width:1000px;
	padding-top:80px;
	margin: auto;
}
/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Main {
	width:1000px;
}
#Content {
	width:1000px;
	min-height:250px;
	height:auto !important;
	height:250px;
}
/* ------------------------------------------------------------------------------------------------------ */ 