|
<style type="text/css">
.frame {
width: 800px;
text-align: left;
background-color: ##D8D8D8;
background: url('bodybg.jpg') repeat;
}
.top, .foot {
background-color: #D8D8D8;
width: 800px;
text-align: left;
}
.frame2 {
width: 756px;
text-align: left;
margin: 0px 22px 0px 22px;
}
.body {
width: 448px;
float: left;
text-align: justify;
}
.side {
width: 285px;
float: left;
text-align: justify;
margin-left: 23px;
}
</style>
use class="frame", instead of id="frame"...
|