#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE6 */
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:1px solid #cecece;
	z-index:98;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for IE6 */
	height:420px;
	width:400px;
	border:2px solid #cecece;
	z-index:99;
	padding:0;
	font-size:13px;
	background:#FFFFFF;
}

#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:2px;
	padding-bottom:14px;
	position:absolute;
	color:#0CF;
	font-weight:700;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

#splashContainer{margin-top:20px;}
#button{
	text-align:center;
	margin:100px;
}
