#head {
 border-top: 3px black solid;
 border-bottom: 3px black solid;
 background-color: yellow;
 float: center;
 width: 99.4%; 

}

#left {
 border-right: 3px black solid;
 border-bottom: 3px black solid;
 background-color: red;
 float:left;
 width : 15%;
 height: 1700px;

}

#center {
 border-right: 3px black solid;
 border-bottom: 3px black solid;
 background-color: white;
 float:left;
 width : 25%;
 height: 1700px;
 border-bottom: 3px black solid;

} 

#right {
 border-bottom: 3px black solid;
 background-color: white;
 background-image: url(cerritosfield.jpg);
 float:left;
 width : 59.4%;
 height: 1700px;

}

#footer {
 border-bottom: 3px black solid;
 background-color: yellow;
 float:center;
 width : 99.4%;

} 
