<!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">
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>Test Website</title>
<style type="text/css">
html, body
{
margin: 0;
padding: 0;
font: normal 10pt verdana, arial, helvetica, sans-serif;
background: #ffffff;
color: #000000;
}
#header
{
margin: 0;
padding: 0;
width: 100%;
height: 37px;
font: normal 10pt verdana, arial, helvetica, sans-serif;
background: #3386c2 url('graphics/topbg.jpg') repeat-x;
color: #ffffff;
}
#wrapper
{
margin: 100px auto;
padding: 0;
width: 700px;
font: normal 10pt verdana, arial, helvetica, sans-serif;
background: #e9e9e9;
color: #000000;
}
#content1
{
margin: 0;
padding: 0;
width: 700px;
height: 10px;
background: #e9e9e9 url('graphics/curvetop.gif') no-repeat;
color: #000000;
}
#content2
{
margin: 0;
padding: 0 10px 0 10px;
width: 680px;
background: #e9e9e9;
color: #000000;
}
#content3
{
margin: 0;
padding: 0;
width: 700px;
height: 10px;
background: #e9e9e9 url('graphics/curvebottom.gif') no-repeat;
color: #000000;
}
.noborder { border: 0; }
.title { font: normal 14pt verdana, arial, helvetica, sans-serif; }
</style>
</head>
<body>
<div id="header"><a href="http://www.test.com" title="Test"><img src="graphics/logo.jpg" alt="Test" width="215px" height="37px" class="noborder" /></a></div>
<div id="wrapper">
<div id="content1"> </div>
<div id="content2">
<p>Content inside box</p>
</div>
<div id="content3"> </div>
</div>
</body>
</html>