html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #333333 url(../images/bg_main.jpg) top left repeat-x;
	color: #996600;
	font-size: 11px;
}

#holder {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 800px;
}

#header {
	height: 300px;
}

#content {
	height: 656px;
}

#main {
	width: 100%;
	height: 656px;
	background-color: #000;
}

#footer {
	height: 44px;
	background: url(../images/bg_footer.jpg) top left no-repeat;
}

.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}