body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 256px;
}
#container {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.content {
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 221px;
}
