body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header{

}
#top_section {
	background-image: url(../assets/images/middle_top_bg.png);
	background-repeat: no-repeat;
}
#middle_section {
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
}
#middle_section p{
	padding: 0px;
	margin: 0px;
}
#bottom_section {
	background-repeat: no-repeat;
	padding-top: 20px;
}
#footer p{
	text-align: center;
}
.Content {
	height: 300px;
	width: 400px;
	overflow: auto;
	font-size: 16px;
}
