/*FULLSCREEN LAYER----------------------------------------*/
#layer_overlay {  
     background-color: #000000;   
     position: absolute;   
     top: 0;  
     left: 0;  
     z-index: 1000;  
}  
#layer_ad {  
     background-color: #000000;
     position: absolute;  
     z-index: 1001;  
     width: 470px;
     left: 50%;  
     margin-left: -245px;  
	 padding: 10px;
}
#layer_ad div {
	width: auto;
	position: relative;
	background: #ededed url(../../images/design/layer_bg.jpg) no-repeat left top;
	padding: 80px 25px 20px;
}
#layer_ad div h1 {
	color: #333333;
	font-size: .8em;
	margin-bottom: 1.25em;
}
#layer_ad div p {
	color: #333333;
	font-size: .75em;
}
#layer_ad div a#layer_close {
	position: absolute;
	right: -24px;
	top: -22px;
}
