

#container { positon: relative; }




#SM { position: absolute;
	top: 410px;
	left: -178px;
	z-index: 100;
}



#fly { position: absolute;
 	   top: 35px;
	   left: 495px;
	   z-index: 100; }


#USDVA { position: absolute;
 	   top: 45px;
	   left: 45px;
	   z-index: 100; }


#banner { positon: absolute;
	     top: 0px;
	     left: 0px;
		background-color: #ffffff;
		z-index: 10; }

#screen { position: absolute;	
	     top: 0px;
	     left: 0px;
		 z-index: -1;}


#bkgrnd { position: absolute;
	     top: -270px;
	     left: -190px;
		background-color: #ffffff;
	     	z-index: -10; }

#targeted { position: absolute;
	     top: 195px;
	     left: 190px; 
`		z-index: 100; }
