/* the overlayed element */

.apple {


	top:0px;
	display:none;
	width:991px;
	padding:0px;
	background-image: none;
	
}

/* default close button positioned on upper right corner */
.apple div.close {
	background-image:url(../images/startimg/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:999;
}

#mask {
	background-color: #FFFFFF;
	background-image: url(../images/startimg/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* use a semi-transparent image for the overlay */ 
#overlay {
	background-image:url(../images/startimg/spacer.gif);
	color:#ffffff;
	height:570px;
	background-repeat: no-repeat;
	height:570px;
	width:991px;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:570px; 
    overflow-y:auto; 
}

