<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>test page</title>
<style>
#wraper{
margin:0px auto 0px auto;
width:800px;
}
header{
width:798px;
height:100px;
}
#content{
width:550px;
float:left;
}
#sidbar{
width:248px;
float:left;
}
footer{
width:798px;
height:35px;
clear:both;
}
</style>
</head>
<body>
<div id="wraper">
<header>
</header>
<div id="content">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div id="sidbar">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<footer>
</footer>
</div>
</body>
</html>