Forum Moderators: not2easy
html
<body>
<div id="container">
<div id="top">
</div>
<div id="header">
</div>
<div id="stroke">
</div> <!--stroke -->
</div> <!--container -->
</body>
css
body {
text-align : center;
}
#container {
margin : 0 auto;
}
#stroke {
margin : 0 auto;
background : #64bbd8;
width : 764px;
height : 600px;
}
#top {
margin : 0 auto;
background : url(img/ctop.png);
width : 764px;
height : 24px;
}
#header {
background : url(img/header.jpg);
width : 750px;
}
[edited by: swa66 at 1:20 pm (utc) on Jan. 27, 2009]