
@media(min-width: 768px) and (max-width: 991px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 130px;
    background-size: 1000px 130px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 150px;
    background-size: 1300px 160px;
  }
}
@media(min-width: 1200px){
#banner {
    background: url(header.gif) no-repeat;
    min-height: 160px;
    background-size: 1500px 160px;
  }
}



.copyrightText{
  display:none;
}

.copyrightImg{
  display:none;
} 

#searchMethod > option:nth-child(1){
  display:none;
}