 body {
  margin: 0;
  padding: 0;
 }
 
 #background 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: relative; 
	 margin-left: auto; 
	 margin-right: auto; 
	 width: 1310px;
	 height: 640px; 
	 overflow: hidden;
	 z-index:0;
	} 

 #Background 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: absolute; 
	 width: 1310px;
	 height: 640px;
	 z-index:1;
} 

 #Layer3 
{ 
	 left: 912px; 
	 top: 145px; 
	 position: absolute; 
	 width: 350px;
	 height: 350px;
	 z-index:2;
} 

 #Layer5 
{ 
	 left: 23px; 
	 top: 247px; 
	 position: absolute; 
	 width: 878px;
	 height: 126px;
	 z-index:3;
} 
