Forum Moderators: not2easy
body{
margin:30px;
padding:0px;
font-size:10px;
font-family:"Georgia", Arial, serif;
color:#fff;
overflow:auto;
}
#content{
margin:0px auto;
width:950px;
}
#sidemenu{
position:relative;
float:left;
background-color:#000;
background-image:url(../images/sidebar.jpg);
width:183px;
height:773px;
}
#logo{
background-color:#000;
position:relative;
float:left;
background-image:url(../images/top.jpg);
width:762px;
height:101px;
}
#linetop{
background:#000;
float:left;
background-image:url(../images/line.jpg);
width:762px;
height:3px;
}
#mainbody1{
background:#000;
float:left;
width:762px;
height:616px;
overflow:auto;
}
#linebottom{
background:#000;
position:relative;
float:left;
background-image:url(../images/line.jpg);
width:762px;
height:3px;
}
#copyright{
background:#000;
color:#fff;
position:relative;
float:left;
width:762px;
height:40px;
padding-top:10px;
}
<body>
<div id="content">
<div id="sidemenu"></div>
<div id="logo"></div>
<div id="linetop"></div>
<div id="mainbody1"></div>
<div id="linebottom"></div>
<div id="copyright">©</div>
</div>
</body>