body {
	background: #161616;
	color: #111111;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}

.container {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 125px;
}


.top {
	background: url(images/title.jpg) no-repeat;
	width: 800px;
	height: 75px;
}

.bottom {
	background: url(images/bottom-edge.jpg) no-repeat;
	width: 800px;
	height: 22px;
}

.content {
	border-left: 12px solid #38332d;
	border-right: 12px solid #38332d;
	background: #f1f1f1;
	width: 756px;
	padding: 10px;
	height:300px;
	text-align:center;
}

h1 {
font-family: Arial;
color: #333333;
}
