body{
background-image:url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#7C7C7C;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 775px;
height: 120px;
margin-top: 15px;
float: left;
padding-left: 25px;
} 
.navbar_top{
position: relative;
width: 791px;
float: left;
z-index: 2;
margin-left: 9px;
} 



#contentarea{
position: relative;
width: 750px;
float: left;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
float: left;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
float: right;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
float: right;

} 


#contentfullpage{
position: relative;
width: 750px;
float: left;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
margin-right: -3px;
} 




