body {
background-color: rgb(25, 25, 25);
text-align: center;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

.container {
text-align: left; 
margin: 0 auto;
width: 800px;
background-color: rgb(229, 229, 229);
}

.header {
float: left;
background-image:url("IMAGE/Decap_Top.jpg");
background-repeat: no-repeat;
height:130px;
width: 800px;
}

.menu {
float: left; 
width: 200px;
height:875px;
background-color: rgb(102, 102, 102);
padding-top: 40px;
}

.content {
padding: 15 15 0 215px;
}

.footer {
background-image:url("IMAGE/Decap_Bottom.jpg");
background-repeat: no-repeat;
clear: left;
height:40px;
}
