/* masthead */
#mh {
 height: 125px;
 width: 950px;
 background: transparent url(img/header.png) no-repeat;
 
}
#mh #topnav {
 font-size: 16px;
 /* should add up to 100% */
 left: 17%;
 width: 83%;
 bottom: 12px;
}

#mh h1 a {
  height: 75px;
  width: 950px;
  top: 0;
  left: 0;
 }

#main {
    background: transparent url(img/fade.png) no-repeat;
    top: 130px;
}
#dropdownmenu a {
 
}
