<!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=utf-8" />
<title>Blogger</title>
<style type="text/css">
#ust {
width:%100;
height:150px;
border:1px black solid;
}
#menu {
height:40px;
border:1px black solid;
border-top:0px;
}
#content {
height:40px;
border:1px black solid;
border-top:0px;
height:450px;
}
#sidebar {
width:150px;
height:450px;
float:right;
border:1px black solid;
border-top:0px;
}
#footer {
height:200px;
border:1px black solid;
}
</style>
</head>
<body>
<div class="ust" id="ust"></div>
<div class="menu" id="menu"></div>
<div class="content" id="content"><div class="sidebar" id="sidebar"></div></div>
<div class="footer" id="footer"></div>
</body>
</html>