I have tried that, and I just tried again, but it is not working. Heres the code:
Code:
<style type="text/css">
#allContent {
width: 1000px;
background:#FFFFFF;
font-family:arial;
font-size:12px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}
#head {
float:center;
width:1000px;
height: 280px;
}
#body {
background-image:url(images/lbgbody.jpg);
height:300px;
width:1000px;
float:center;
background-repeat:no-repeat;
}
#sidebar {
background-image:url(images/bgtrans.png);
float:left;
width:255px;
height:600px;
padding-top:5px;
padding-left:10px;
}
#sidebartitle {
width:250px;
height:25px;
color:#FFFFFF;
font-weight:bold;
font-family:arial;
}
#sidebarwrap{
margin-top: 60px;
float:left;
margin-left: 10px;
}
#contentwrap {
float:right;
width:698px;
height:600px;
margin-right:10px;
}
#contenttitle {
width:700px;
height:25px;
color:#FFFFFF;
font-weight:bold;
font-family:arial;
float:right;
}
#contentmain{
background-image:url(images/bgtrans.png);
height:600px;
width:690px;
float:right;
border: 0px solid;
padding-top:5px;
padding-left:10px;
}
#footer{
background-image:url(images/lbgfoot.png);
height:500px;
background-repeat:no-repeat;
display: block;
}
</style>
Bookmarks