div#header{
	position:absolute;
	width:802px;
	height:110px;
	background-image: url(../images/Audi_used_cars_header.jpg);
	background-repeat: no-repeat;
}
div#menu{
	position:absolute;
	top:114px;
	width:802px;
	height:28px;
	background-color:#ffffff;
}
div#address1{
	position:relative;
	width:180px;
	height:60px;
	left:20px;
	top:18px;
	border:1px solid yellow;
	padding:5px;
}
div#address2{
	position:relative;
	width:180px;
	height:60px;
	left:590px;
	top:-53px;
	border:1px solid yellow;
	padding:5px;
}
div#main{
	top:143px;
	position:absolute;
	width:802px;
	background-color:#ffffff;
	
}


.contentfooter{
	color:#ffffff; 
	font-family: arial;
	font-size:8pt;
	width:800px;
	height:20px;
	margin-top:0px;
	background-color:white;
	padding-bottom:5px;
	position:relative; 
}
.image{
	width:320px;
	height:148px;
	position:relative; 
	border: 2px yellow solid;
	background-color:#ffffff;
}
.dropdown{
	font-size:8pt;
	color:black;
	text-decoration:none;
	width: 125px;
}
.go {
	font-size: 8pt;
	color:black;
	font-weight:bold;
}
.btnSubmit {
  color: #cf2302;
  background: #FFF;
  font-weight: bold;
  font-size: 12pt;	
  border: 1px solid #900;
}

.btnSubmit:hover {
  color: #FFF;
  background: #cf2302;
  cursor: pointer;
}


html, body {
height: 100%;
margin: 0;
padding: 0;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
<style type="text/css">
	body { color:#000000; font-family: verdana, arial, sans-serif; text-align:justify; font-size: 8pt; text-decoration: none; }
	td { color:#000000; font-family: verdana, arial, sans-serif; font-size: 8pt; text-decoration: none; }
	h1 { text-align:center; font-family: arial; color:#bb2723; font-size: 12pt; margin-top: 0em; margin-bottom: 0em;}
	h2 { font-family: arial; color:blue; font-size: 10pt; margin-top: 0em; margin-bottom: 0em; text-decoration: none;}
	h3 { font-family: tahoma; color:#88ab2e; text-align:center; font-size: 13pt; margin-top: 0em; margin-bottom: 0em;}
	h4 { font-family: tahoma; color:#000000; text-align:center; font-size: 7.8pt; margin-top: 0em; margin-bottom: 1em; margin-left: 0em;}
	h5 { font-family: tahoma; color:blue; font-size: 10pt; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0em;}
	h6 { font-family: tahoma; color:#8B6D35; font-size: 10pt; margin-top: 0em; margin-bottom: 0em; margin-left: 0em;}
	a {color: blue; font-size: 8pt; text-decoration:none;}
	a:hover { color: blue; font-size: 8pt; text-decoration:underline;}
</style>


