@media screen and (min-width:1200px){
   #container{
      width:1100px;
   }  
   
   header h1#logo a{
      width:1100px;
      height:150px;
      background:url(image.jpg) no-repeat 0 0;
   }                          
   
   img{
      align:center;
   }
}
