body {

      background: #000 url(/media/bg/bg_vip.jpg) no-repeat top center ;
      background-size: 100%;
      background-attachment: fixed;
}

#header {



  background-color: rgba(223, 0, 0, 0.5);
    background: transparent url(/media/header/hd_vip.jpg) no-repeat 0px 0px;
}


@media screen and (max-width: 420px) {		



#header {
 height: 200px;
  
    width: 100%;
    background-position: top left;

}
}