* {
  z-index: 0;
  position: relative;
}

img { border: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.notext { display: none; }
.red {color: #f00;}

a {
  color: #00F;
}
a:hover { 
  text-decoration: none; 
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  background: #d0c6a9;
}

/*
  CONTAINER
*/
  div#container, div#containerSplash {
    position: relative;
    margin: 10px auto;
    text-align: left;
    width: 830px;
  }
  
  /*
    HEADER
  */  
    div#header {
      width: 100%;
      height: 243px;
      background: transparent url('../images/bgHeader.jpg') no-repeat top center;
    }
    
      div#header img#logo {
        top: 143px;
        left: 135px;
      }
  
  /*
    CONTENT
  */
    div#content {
      width: 100%;
      height: 248px;
      text-align: center;
      background: transparent url('../images/bgContent.jpg') no-repeat top center;
    }
    
      div#content a#markwellLink {
        top: 25px;
        left: -30px;
      }
    
      div#content a#greenwellLink {
        top: 25px;
        left: 30px;
      }
    
      div#content img#serving {
        position: absolute;
        top: 215px;
        left: 269px;
      }
    
  /*
    FOOTER
  */
    
    div#footer {
      width: 100%;
      height: 151px;
      background: transparent url('../images/bgFooter.jpg') no-repeat top center;
    }