html, body {
	margin: 0;
	padding:0;
}

body {
	background: white;
}

#main_container {
	margin-left: auto;
	margin-right: auto;
	background-color: #BDC1C3;
	width: 874px;
	height: 650px;
}

#top {
	width: 100%;
	height: 230px;
	text-align: center;
}

#top img {
	margin-top: 10px;
	width: 514px;
	height: 209px;
}

#middle {
	background: white;
	height:235px;
}

#left, #right {
	cursor: pointer;
	float: left;
	width: 437px;
}

#left p, #right p {
	height: 27px;
	margin: 0;
	padding: 0;
	color: #A82A8E;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background: #FFDC00;
	border-top: 2px solid #fff;
	padding-left: 15px;
	padding-top: 8px;
}

#right p {
	margin-left: 2px;
}

#bottom {
	font-size: 10px;
	padding-left: 15px;
	padding-top: 40px;
	font-family: "Trebuchet MS", "MS Trebuchet", arial, sans-serif;
	color: #5C5B60;
	height: 185px;
}

#bottom h4 {
	margin:0;
	padding:0;
	font-size: 1.6em;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
