/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	padding:0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }

/* Main layout blocks */
body { background:#302718 url(../images/body.jpg) top center no-repeat fixed }
div { position:relative }
div.header { width:100%; height:290px; background:url(../images/repeater.png); z-index:2 }
div.header div { margin:0 auto; width:620px }
div.wrapper {
	width:620px;
	height:2800px;
	background:url(../images/wrapper.png);
	z-index:1;
	margin-top: -100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
