@charset "utf-8";
body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.png);
	height: 295px;
}
#container {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.content {
	margin-right: 25px;
	margin-left: 25px;
}


#footer {
	height: 381px;
	background-image: url(../images/footer_bg.jpg);
	width: 100%;
}
#footer_holder {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	height: 381px;
}
#footer_image {
	background-image: url(../images/footer.png);
	height: 381px;
}
