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

 #Layer1 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: absolute; 
	 width: 1417px;
	 height: 945px;
	 z-index:1;
} 

 #layer_2 
{ 
	 left: 231px; 
	 top: 600px; 
	 position: absolute; 
	 width: 344px;
	 height: 84px;
	 z-index:2;
} 

 #layer_3 
{ 
	 left: 180px; 
	 top: 756px; 
	 position: absolute; 
	 width: 447px;
	 height: 35px;
	 z-index:3;
} 
