
#header
{
 padding: .5em;
 background-color: #99c4d7;
 border-bottom: 1px solid gray;
}

#siteImage {
  background: url("../../images/dopio.jpg") top;
  width: 120px;
  height: 120px;


}

#siteLogo {
  background: url("../../images/gedroberts-logo.gif") top no-repeat;
  width: 500px;
  height: 80px;
  position: absolute; top: 30px; right: 80px; 

}


