body {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	color: #900;
}

#container {
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#content {
	height: 765px;
	width: 950px;
	left: auto;
	right: auto;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #000;
	top: 10px;
}
#services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006400;
	background-color: #AFCA9D;
	height: 550px;
	width: 250px;
	text-indent: 4px;
	position: relative;
	top: -590px;
}
#contact {
	background-color: #4C5449;
	height: 550px;
	width: 700px;
	z-index: 0;
	top: 5px;
	right: 300px;
	position: relative;
	left: 250px;
	color: #FFF;
	text-align: center;
	vertical-align: baseline;
	padding: 0px;
	overflow: scroll;
	background-repeat: repeat-x;
	background-image: url(images/bg2.jpg);
}

