html, body {
	margin: 0;
	padding: 0;
	background-color: #ddd4b8;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left 323px;
	z-index:1;
	}
img {
	border-style: none;
	}
#header {
	position: absolute;
	width: 1185px;
	height: 317px;
	left: 0px;
	top: 0px;
	background-image: url(http://icons.wunderground.com/webcamramdisk/r/o/RockHardJeepster/1/current.jpg);
	background-repeat: repeat;
	z-index:2;
	background-position: 0px -445px;
	}
#main {
	position: relative;
	width: 1185px;
	min-height: 100%;
	left: 0px;
	top: 317px;
	z-index:2;
	}
#content {
	position: absolute;
	width: 941px;
	min-height: 100%;
	left: 78px;
	top: 0px;
	background-color: #ccbf9b;
	text-align: center;
	z-index:3;
	}
#left {
	height: 100%;
	position: absolute;
	width: 78px;
	left: 0px;
	top: 0px;
	z-index:3;
	}
#footer {
	position:fixed;
	left:0px;
	width:1185px;
	height:64px;
	z-index:4;
	bottom: 0px;
}
#content table {
	text-align: left;
	color: #432e19;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
