@media screen, projection
{
  #page{ 
  	background: url("../images/emty.png");
  	padding:0px; 
  	float:right; 
  	width:610px;
  	margin-bottom: 50px;
  }
  
   * html #page{ 
  	background: url("../images/empty_ie.jpg");
  	padding:0px; 
  	float:right; 
  	width:610px;
  	margin-bottom: 50px;
  }
  
  
  
  
  
}
