* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, sans-serif;
	background: #3d4752 url('../images/background.jpg') no-repeat top center;
}
h1 {
	font-size: 24px;
	color: #323232;
	font-weight: normal;
	font-size: 40px;
}
h2 {
	font-size: 22px;
	color: #FF6600;
	font-weight: normal;
	margin-top: 18px;
}
h3 {
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
	margin-top: 5px;
}
#wrapper {
	width: 930px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 190px;
}
#content_top {
	clear: both;
	width: 930px;
	height: 122px;
	background: url('../images/top_bg.png') no-repeat;
	text-align: center;
	padding: 70px 0px 0px 0px;
}
#content_bottom {
	clear: both;
	width: 930px;
	height: 153px;
	background: url('../images/bottom_bg.png') no-repeat;
	text-align: center;
	float: left;
}