#carouseldiv{
	width:940px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#overlay{
	background:rgba(41,12,89,.6);
	width:686px;
	padding:10px;
	position:relative;
	top:-350px;
	left:30px;
}
#overlay h1{
	line-height:20px;
}
#button{
	margin-right:50px;
	margin-left:auto;
	position:relative;
	z-index:10000;
	top:-200px;
	width:170px;
	padding:10px;
	text-align:center;
	background-color: #4e4ea4;
	border:none;
	border-radius:5px;
	font-size:1.5em;
}
#button:hover, #button:active{
	background-color:#8383b7;
}
#banner p{
	margin:0px;
	line-height:20px;
	font-weight:bold;
}
#banner a,#banner a:visited{
	color:white;
}
#banner a:active{
	color:#290c59;
}
#subsection{
	width:440px;
	padding:40px 30px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-90px;
	background:rgba(172,172,172,.6);
}
#subsection h2{
	margin:0;
}
#subsection p{
	font-size:1.3em;
	margin:0;
	margin-top:10px;
}