/*Pop Up Syle Start*/
#popUp{
	position:absolute;
	width:100%;
	margin:0px;
	display:none;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#popUp .content{
	width:858px;
	position:relative;
	z-index:10;
	text-align:center;
	cursor:pointer;
	background-image: url(../images/popup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 602px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#popUp .content .flash{
	position:absolute;
	width:115px;
	height:122px;
	bottom:0px;
	left:0px;
}
/*Pop Up Syle Stop*/
