/* CSS Document */

#container {
	position: absolute;
	width:800px;
	padding:0px;
	left: 50%;
	top: 50%;
	height: 450px;
	margin-top: -225px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
	z-index: 1;
}

#atdesign_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	float: left;
	}
	
#popup_home {
	position:absolute;
	width:800px;
	/*height:400px;*/
	z-index: +100;
	left: 50%;
	top: 50px;
	margin-left: -400px;
}

#popup_home p {
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

#close_popup {
	position:absolute;
	width:815px;
	/*height:400px;*/
	z-index: +150;
	left: 50%;
	top: 35px;
	margin-left: -400px;
	text-align: right;
}

#print_popup {
	position:absolute;
	width:790px;
	/*height:400px;*/
	z-index: +150;
	left: 50%;
	top: 90px;
	margin-left: -400px;
	text-align: right;
}


