html, body { 
 margin: 0; 
 padding: 0; 
 color: #000045;
 background: #d4eaff;
 background-image: url(../images/logomare.jpg); 
 background-repeat: no-repeat;
 background-position: bottom left;
 background-attachment: fixed;
 font-size: 13px; 
 font-family: verdana, arial, helvetica, sans-serif; 
 }

#header {
 width: 970px;
 border-width: 0;
 color: #ffffff;
 background: #8bc4ef;
 float: left;
 height: 60px;
}

#maincontainer {
  width: 960px;
  float: left;
}

#nav {
  position: absolute;
  width: 164px;
  margin: 0;
  padding: 0; 
  float: left;
  background: #d4eaff;
  height: auto;
}

#main {
  float: right;
  width: 794px;
  background: #8bc4ef;
}

#footer {
 width: 970px;
 height: 50px;
 padding: 0;
 float: left;
 color: #000045;
 background-image: url(../images/bluea.jpg); 
 text-indent: 22px;
 border: solid 2px #ffffff;
}
