﻿body{
background-color:#272727;
margin:0px 0px 0px 0px;
}

*************************

.container{
width:900px; 
height:950px;
float:left;
}

*************************

.header{
width:900px;
height:227px;
float:left;
}

*************************

.menubar{
width:900px;
height:44px;
float:left;
}

*************************

.midpane{
width:900px;
height:507px;
float:left;
}

*************************

.footer{
width:900px;
height:65px;

}

.footer_inner_1{
width:25px; 
height:65px; 
float:left;
background-image:url(images/footer_left.jpg);
}

.footer_inner_2{
width:852px; 
height:65px; 
float:left; 
background-image:url(images/footer_bg.jpg);
}

.footer_inner_3{
width:23px; 
height:65px; 
float:left;
background-image:url(images/footer_right.jpg);
}


