<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Standard Site layout</title>
<style type="text/css">
#CONTAINER {
width: 800px;
height: 600px;
border: 1px solid #ABABAB;
margin: 0 auto;
}
#TOP {
float: left;
width: 800px;
height: 100px;
border-bottom: 1px solid #ABABAB;
}
#CONTENT {
float:left;
width: 800px;
height: 100px;
}
</style>
</head>
<body>
<div id="CONTAINER">
<div id="TOP">Site linkbar</div>
<div id="CONTENT">Site content</div>
</div>
</body>
</html>