html { 
      background: url(images/index.jpg) center center fixed no-repeat; 
      -webkit-background-size: cover; 
      -moz-background-size: cover; 
      -o-background-size: cover; 
      background-size: cover; 
      background-color: #FFF; 
      overflow: auto; 
} 
  
body { 
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index.jpg', sizingMethod='scale'); 
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index.jpg', sizingMethod='scale')"; 
} 


#index_1
{	
	width: 359px;
	height: 237px;
    position:absolute;
    margin-left: 0px;
    margin-top: 0px;
	float:left;
}

#index_2
{
	width: 313px;
	height: 132px;
    position:absolute;
	bottom: 0px;
	right: 0px;
	float: right;
}