<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Sample Layout</title>
<style type="text/css" media="screen" title="">
html, body {
background: #fff;
margin: 0;
padding: 0;
text-align: center;
}
.clear {
clear: both;
}
#wrapper {
background: #fff;
display: block;
text-align: left;
padding: 0;
width: 100%;
}
#header {
background: #fff;
width: 864px;
height: 31px;
margin: 0 auto;
padding: 0;
}
#content {
background:#000;
display: block;
width: 864px;
height: 432px;
margin: 0 auto;
padding: 0;
}
#logo {
background: #ffcc00;
width: 212px;
height: 18px;
margin: 0;
padding: 0;
}
#nav {
background: #000;
float: left;
margin: 300px 0 0 0;
padding: 0;
width: 100%;
}
#nav li {
float: left;
height: 34px;
margin: 0 0 0 36px;
overflow: hidden;
}
#nav li a {
display: block;
line-height: 34px;
text-indent: -5000px;
overflow: hidden;
}
#nav_0 {
width: 172px;
background: #b80005;
}
#nav_1 {
width: 172px;
background: #b80005;
}
#nav_2 {
width: 172px;
background: #b80005;
}
#nav_3 {
width: 172px;
background: #b80005;
}
#footer_wrap {
background: transparent;
width: 100%;
padding: 0;
margin: 0;
}
#footer {
background: #99ff00;
width: 864px;
text-align: center;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"><p>logo</p></div>
</div>
<div id="content">
<ul id="nav">
<li><a class="currentSection" href="#" id="nav_0">home</a></li>
<li><a href="#" id="nav_1">about</a></li>
<li><a href="#" id="nav_2">photo</a></li>
<li><a href="#" id="nav_3">contact</a></li>
</ul>
</div>
<div class="clear"></div>
<div id="footer_wrap">
<div id="footer">
<p>footer</p>
</div>
</div>
</div>
</body>
</html>