#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #F3CA8B;
	text-align: center;
}
#divEnter {
	width:940px;
	text-align:right;
	padding:5px;
	margin:auto auto 10px auto;
	font-size:20px; 
	font-family: Comic Sans MS, helvetica;
	font-weight: bold;
	color:#D73013;
	cursor:pointer;
}


#topImageContainer{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#bottomImageContainer{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

	
	