body {
margin: 0px 0px 0px 0px;
height:100%;
}

#left {
position:absolute;
left:0;
top:0;
padding:0;
width:213px;
height:100%; 
background:#000;
} 

#container {
width:100%;
background-color:#000;
height:374px;
position:absolute;
}

#leftarea {
background: url('../images/bg.jpg') top left no-repeat;
width:316px;
height:550px;
position:absolute;
}

#mndiv {
margin-left:316px;
}

#spbar {
display:none;
}