#body {
	background-color: #fff;
	text-align: center;
}

#header_background {
	height: 145px;
	background-image: url(../images/layout/header_04.png);
	background-repeat: repeat-x;
}

#header_container {
	height: 145px;
	background-image: url(../images/layout/header_02.png);
	background-repeat: no-repeat;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#content_background {
	background-color: #fff;
}

#content_container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footer_background {
	background-color: #fff;
	height: 100px;
}

#footer_container {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

