#toplogoContainer {
     position: relative;
     height: 110px
     }
#logotop {
     text-align:left;
     background: #97D2F4;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 750px;
     height: 30px;
     }
#mainlogo {
     background: #ffffff;
     position: absolute;
     top: 30px;
     left: 0px;
     width: 120px;
     height: 80px;
     } 
#blankbit {
     background: #ffffff;
     position: absolute;
     top: 30px;
     left: 0px;
     width: 750px;
     height: 80px;
     }
#telenum {
     background: #fff;
     position: absolute;
     top: 30px;
     left: 375px;
     width: 375px;
     height: 80px;
     } 
