@charset "UTF-8";
/* CSS Document */
#overview{
	margin:25px auto 0px auto;
	height:590px;
	width:890px;
	border:#ba9a32 solid thick;
	border-radius:10px;
	background-color:#000000;
}

#overview img{
	height:500px;
}
#overview a{
	text-decoration:none;
	font-size:16px;
	color:#FFF;
}
