/* CSS Document */
body{
margin-right:0px;
margin-left:0px;
margin-top:0px;
background:#000 url(../graphics/bodybg.png) repeat-x top;
}
#container{
background: url(../graphics/conatinerbg.png) repeat-y;
border:none;
margin:0 auto;
text-align:center;
width:869px;
z-index:50;
}
#header{
background: url(../graphics/header2.jpg) no-repeat;
width:869px;
height:123px;
}
#leftside{
float:left;
width: 259px;
min-height: 336px;
background: url(../graphics/navlist2.png) no-repeat top left;
}
#content{
white-space:no-wrap;
position:relative;
float:left;
width: 610px;
min-height: 336px;
background: #fff url(../graphics/content2.png) no-repeat top right;
}
#footer{
clear:both;
width:869px;
height:72px;
background:url(../graphics/footer2.png) bottom;
}
#imgbtm{
background:url(../graphics/bodybtm.jpg) no-repeat;
width:100%;
height: 265px;
}