sorry i'm new to this forum thing never done one b4 my boss recommended it to me as i'm a beginner. anyway here's the code
<!-- TemplateEndEditable --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<style type="text/css">
<!--
-->
</style>
<link href="../newstyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
-->
</style>
</head>
<body>
<div class="clearfix" id="wrapper">
<div id="header"><img src="../images/header_menu.jpg" width="770" height="34" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="18,9,202,27" href="#" alt="verandahs" />
<area shape="rect" coords="238,11,374,27" href="#" alt="gazebos" />
<area shape="rect" coords="416,9,552,27" href="#" alt="porches" />
<area shape="rect" coords="590,9,758,27" href="#" alt="walkways" />
</map></div>
<div id="headergraphic"><img src="../images/header_image.jpg" alt="header graphic" width="770" height="308" border="0" usemap="#Map3" />
<map name="Map3" id="Map3"><area shape="rect" coords="282,78,326,96" href="#" alt="home " />
<area shape="rect" coords="280,102,340,122" href="#" alt="gallery" />
<area shape="rect" coords="282,126,356,140" href="#" alt="technical" />
<area shape="rect" coords="278,148,330,166" href="#" alt="quote" />
<area shape="rect" coords="282,170,366,186" href="#" alt="contact us " />
</map></div>
<div id="menu"><img src="../images/footer_menu.jpg" width="770" height="33" border="0" usemap="#Map2" />
<map name="Map2" id="Map2"><area shape="rect" coords="20,7,156,27" href="#" alt="pergolas" />
<area shape="rect" coords="234,7,510,27" href="#" alt="smoking shelters" />
<area shape="rect" coords="604,7,750,27" href="#" alt="car ports" />
</map></div>
<div id="content"><!-- TemplateBeginEditable name="content2" -->
<p> </p>
<p> </p>
<!-- TemplateEndEditable --></div>
<div id="infobar">
<table class="footer" width="770" height="59" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="712"><div align="right">
<p>home . gallery . quote . contact us<br />
© the past re-cast ltd<br />
site by: michaelassociates</p>
</div></td>
<td width="58"><div align="center"><img src="../images/footer_image.jpg" width="55" height="40" /></div></td>
</tr>
</table>
</div>
</div>
</body>
</html>
CSS
@charset "utf-8";
body { background-image: url(images/background_grey.jpg); background-repeat:repeat-y; background-position:center;}
#wrapper {
position:relative;
width:770px;
height: 100%;
z-index:1;
margin: auto;
top: -15px;
background-image: url(images/background_grey.jpg);
background-repeat: repeat-y;
}
#header {
position:absolute;
left:0px;
top:-1px;
width:770px;
height:37px;
z-index:1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
background-color: #690169;
text-align: center;
padding-top: 5px;
visibility: visible;
}
#headergraphic {
position:absolute;
left:0px;
top:41px;
width:770px;
height:75px;
z-index:2;
visibility: visible;
}
#menu {
position:absolute;
left:0px;
top:511px;
width:770px;
height:42px;
z-index:3;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
background-color: #690169;
color:#FCEFBC;
text-align: center;
padding-top: 5px;
visibility: visible;
}
#content {
position:absolute;
left:0px;
top:351px;
width:770px;
height:500px;
z-index:5;
background-color: #FFFFD9;
height:160px;
max-width:770px;
visibility: visible;
clear:both;
}
#infobar {
position:absolute;
left:0px;
top:569px;
width:770px;
height:56px;
z-index:6;
background-color: #FFFFD9;
visibility: visible;
}
a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
text-decoration: none;
}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bolder;
position: absolute;
width: 770px;
visibility: visible;
top: -13px;
height: 45;
}