/* CSS Documentfor the index page of WAC */


#index_holder{
	width:379px;
	padding:0;
	margin:auto;
	margin-top:10%;
	border:0;
	text-align:center; 
}
#index_top{
	z-index:2;
	width:379px;
	height:187px;
	padding:0;
	margin:0;
	border:0; 
	background:url(../images/wac_logo_big.png) 0 0 no-repeat; 
}
#index_pics{
	z-index:1;
	width:379px;
	height:187px;
	padding:0;
	margin:0;
	border:0; 
	top:-40px;
	background:url(../images/test_image.jpg) 0 0 no-repeat; 
}
#l1{
	position:absolute;
	float:left;
	width: 200px;
	height: 200px;
	z-index:1;	
	background:#DDD url(../images/test_image.jpg) 0 0 no-repeat;	
	left:20%;
	top: 20%;
}
#l2{
	position:absolute;
	width: 200px;
	height: 200px;
	z-index:1;	
	background:url(../images/wac_logo.png) 0 0 no-repeat;	
	left:20%;
	top: 20%;
}

