#side_rotator {
	clear: left;
}
#index_content {
	background: url(../img/index/bg.jpg) top left;
	float: right;
	width: 642px;
	height: 185px;
}
	#index_content p {
		display: block;
		margin: 30px auto;
		text-indent: -8000px;
		background: url(../img/index/blurb.jpg) top left;
		width: 580px;
		height: 119px;
	}
	
/* popup */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupMsg {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:140px;
	text-align: center;
	width:550px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupMsg h2 {
	margin-top: 15px;
}

#popupMsg a{
	cursor: pointer;
	text-decoration:none;
}

#popupMsgClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
