/* GLOBAL PRESETS */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, form, fieldset, legend, label, input, select, textarea { margin: 0; padding: 0; }
p, li, dt, dd, legend, label, input, options, textarea { font-size: 1em; line-height: 1em; }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
div { position: relative; }
a { text-decoration: none; }
a img { border: none; }
* a, * b, * i, * strong, * em, * span { font-family: inherit; font-size: inherit; }
* sup, * sub { font-size: smaller; vertical-align: baseline; position: relative; }
* sup { bottom: 0.33em; }
* sub { bottom: -0.25em; }



/* CUSTOM STYLING */

body {
	background-color: #ffc223;
	font-family: "Courier New", Courier, monospace;
}

#pageFooter {
	position: absolute;
	width: 720px;
	top: 720px;
	text-align: center;
	font-size: 12px;
}




h1, h2, h3, h4, h5, h6 {
	color: #b95e5d;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}



/* SINGLE-IMAGE ROLLOVER BUTTONS */
/* (50px vert. offset) */

a.btn {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -10000px;
	background-position: 0 0;
}
a.btn:hover {
	background-position: 0 -50px !important;
}
