#cover{
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10000;
}

#outercovercontainer{
	background-color: #fff;
	border: 1px solid #666;
	border-bottom: 0px;
	height: 250px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 250px;
	text-align: left;
}

#overlay{
	background-color: #ffd145;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9000;
}
