#header {
  margin-top: 10px; 
  margin-bottom: 10px;
  max-width:738px;
  height: 45px;
  background-size: 100% 100%;
  overflow: auto;  
  background-image:url('images/banner/banner0.jpg');
}

#footer {
  margin-top: 10px; 
  text-align: center;
  font-size: 11px;        
  color: #999999;
}

#copyRightSchoolName:before {  
  content: "University of California Riverside - Extension.";
}

#copyRightSchoolName {
  display: inline;
}

/* mobile screen */
@media (min-width: 480px) {
 #header{
        height: 45px;
    } 
}

/* tablet screen */
@media (min-width: 600px) {
 #header{
        height: 65px;
    } 
}

/* desktop screen */
@media (min-width: 767px) {
 #header{
        height: 90px;
    } 
}

