body {
     background: #FFF;
     color: #000;
     font-family: Arial, sans-serif;
     font-size: 16px;
}

#header {
     background: url("/images/1.jpg");
      background-size: 100% 100%;
     width: 100%;
     height: 450px;

}
 
#container {
     background: #none;
     margin: auto auto;
     text-align: center;
     width: 80%;
     height: 100%;
}
 
#navigation {
     background: #303030;
     width: 100%;
     height: 25px;
     font-size: 18px;
     margin: 1px 0px 1px 0px;
     padding: 1px 0px 25px 0px;
     
     
}


#content {
     background: #none;
     width: 100%;
     height: 100%;
}
 
#clear {
     clear: both;
}
 
#footer {
        background: url("/images/2.jpg");
         background-size: 100% 100%;  
	width: 100%;
	height: 170px;
}