Ok, I've got the bit the right width now, but now I have a huge gap, here's my code:
Code:
div#body{
background: #C0C0C0;
border-left: #808080 solid thin;
border-right: #808080 solid thin;
border-bottom: #808080 solid thin;
padding: 2px 5px;
position: relative;
left: 3px;
top: 100px;
width:800px;
} Got it;
Code:
div#body{
background: #C0C0C0;
border-left: #808080 solid thin;
border-right: #808080 solid thin;
border-bottom: #808080 solid thin;
padding: 2px 5px;
position: absolute;
left: 210px;
top: 110px;
width:798px;
}