#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 999998;
}

#interstitial {
	background-image: url(../img/interstitial-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 401px;
	height: 347px;
	position: absolute;
	color: #4d4d4d;
	z-index: 999999;
	    background-size: 401px 347px;
}

#lb-header{
	position:absolute;
	top:10px;
	width:100%;
	text-align:center;
}
#lb-text{
	position:absolute;
	top: 177px;
	text-align:left;
}
#lb-text p{
	margin-left:8px;
	margin-right:8px;
	margin-top:2px;
	margin-bottom:4px;
}
#hcp-text{
	position:absolute;
	top:170px;
	width:391px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}
#hcp-text p{
	font-size:16px;
	font-family:'myriad-pro','sans-serif';
	color:#cd3707;
}
#interstitial .controls{
	position:absolute;
	height:52px;
	bottom:1px;
	left:74px;
}
.interstitial-button{
	width: 129px;
	height: 52px;
	line-height: 45px;
	display: block;
	float: left;
	background: url('../../../img/btn-bg.png') no-repeat 0px 0px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#00335b;
	text-decoration:none;  /* 1/30/12. was 'text-decoration:none;"'  REWORK */
}