#topgraphic {
	background-image:url("graphic.png");
	position: relative;
	visibility: hidden;
	width: 269px;
	height: 174px;
}

#toptitle {
	position: relative;
	visibility: hidden;
	width: 400px;
	height: 174px;
    font-size: 50px;
}

.caption {
	width:660;
	text-align:left;
	margin-left:30px;
}

#panel {  display:block; position:relative; width:319px; height:351px; 	margin:0px auto 0px; border:0px; background-image:url("fx.jpg");background-size:319px 351px;   }
#banners_container { top:94px;  display:block; position:relative; width:202; height:262px; 	margin:0px auto 0px; border:0px; }
#banner_container { position:relative ; overflow:hidden ; width:262px; height:202; margin:0px auto 0px; }
#banners { white-space:nowrap; display:block; position:relative; margin:0px;}
#banners a img { border:none; margin:0px; }


#blanket {
	background-color:#111;
	opacity: 0.30;
	filter:alpha(opacity=30);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#ffffff;
	width:600px;
	height:442px;
	z-index: 9002;
	top: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottom-left: 10px;
	-moz-border-radius-bottom-right: 10px;
	-moz-border-radius-top-left: 10px;
	-moz-border-radius-top-right: 10px;
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
	border-radius-top-left: 10px;
	border-radius-top-right: 10px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);

}
