html, body {
	margin: 0;
	padding: 0;
	background: black url('wood3.jpg');
	text-align: center;
	/*overflow: hidden;*/
}

#wrap {
	width: 900px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}

#cbField {
	width: 100%;
	background: #5e7081 url('cbTop.gif') no-repeat;
	text-align: center;
}

#hbField {
	width: 882px;
	height: 12px;
	margin: 20px auto;
	background: #fff url('hbTop.gif') no-repeat;
	text-align: left;
}

#cbFooter {
	width: 100%;
	height: 11px;
	background: #5e7081 url('cbBottom.gif') no-repeat;
}

/* Debug shit */
#wrap, #cbField, #hbField, #cbFooter {
	border: 1px solid white;
}

img { border: none; }
