	html {
		background:#00293b url(../images/bg.png);
	}
	body {
		margin:0px;
		height:1050px;
	}
	#top-highlight {
		height:30px;
		background:url(../images/top-highlight.png);
	}
	#white-panel {
		height:290px;
		background-color:#FFF;
	}
	#yellow-panel {
		height:220px;
		background:#ffd100 url(../images/yellow-gradient.jpg);
	}
	#container {
		position:absolute;
		width:960px;
		height:1050px;
		left:50%;
		top:0px;
		margin-left:-480px;
	}
	#logo {
		position:absolute;
		left:0px;
		top:77px;
	}
	#truck {
		position:absolute;
		right:0px;
		top:77px;
	}
	#phone-numbers {
		position:absolute;
		left:0px;
		top:377px;
	}
	#email {
		position:absolute;
		left:60px;
		top:500px;
		width:357px;
		height:80px;
		background-image:url(../images/email.png);
	}
	#email:hover {
		background-position:0px -80px;
	}
	#faster-cleaner-safer {
		position:absolute;
		left:0px;
		top:610px;
	}
	h1 {
		position:absolute;
		left:0px;
		top:675px;
		font-family:Arial, Helvetica, sans-serif;
		color:#6aa2bb;
		font-size:19px;
		line-height:26px;
		font-weight:normal;
		text-shadow:#000000 0px 1px 1px;
	}
	#super-sleeve {
		position:absolute;
		left:0px;
		top:760px;
		width:460px;
		height:206px;
		background:url(../images/super-sleeve.png) no-repeat;
	}
	#super-sleeve p {
		margin:110px 40px 0px 150px;
		font-family:Arial, Helvetica, sans-serif;
		color:#004361;
		font-size:15px;
		line-height:21px;
		font-weight:bold;
		text-shadow:#ffffff 0px 1px 1px;
	}
	#super-sleeve p a {
		display:block;
		margin:10px 0px 0px 0px;
		color:#6aa2bb;
		text-decoration:none;
		text-transform:uppercase;
	}
	#super-sleeve p a:hover {
		color:#dc620a;
		text-decoration:underline;
	}
	#got-locates {
		position:absolute;
		left:500px;
		top:760px;
		width:460px;
		height:206px;
		background:url(../images/got-locates.png) no-repeat;
	}
	#got-locates p {
		margin:100px 20px 0px 30px;
		font-family:Arial, Helvetica, sans-serif;
		color:#147694;
		font-size:14px;
		line-height:21px;
		font-weight:bold;
		text-shadow:#ffffff 0px 1px 1px;
	}
	#got-locates ul {
		overflow:hidden;
		margin:10px 0px 0px 30px;
	}
	#got-locates ul li {
		float:left;
		margin:0px 25px 0px 0px;
	}
	#got-locates ul li a {
		font-family:Arial, Helvetica, sans-serif;
		color:#6aa2bb;
		font-size:18px;
		line-height:25px;
		font-weight:bold;
		text-shadow:#ffffff 0px 1px 1px;
		text-transform:uppercase;
		text-decoration:none;
	}
	#got-locates ul li a:hover {
		color:#dc620a;
		text-decoration:underline;
	}
	#copyright {
		position:absolute;
		left:0px;
		top:990px;
		font-family:Arial, Helvetica, sans-serif;
		color:#9bc1d3;
		font-size:14px;
		line-height:23px;
		text-shadow:#000000 0px 1px 1px;
	}
	#copyright a {
		color:#147694;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
	}
	#copyright a:hover {
		color:#FFF;
	}