@charset "UTF-8";
/* CSS Document */

/* COLORS
Gray = #a8a9a9
Orange = #d36624
*/

/* RESETS - BEGIN */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a {
	cursor: pointer;
}
/* RESETS - END */

/* GENERAL STYLES - BEGIN */
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #000;
	text-align: center;
	color: #fff;
	height: 100%;
}

ol, ul {
	list-style: none;
}
h1 {
	font-size: 1.65em;
	color: #fff;
	margin-bottom: 3px;
	text-align: left;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* GENERAL STYLES - END */

/* CONTAINER STYLES - BEGIN */
body {
	background: url("../images/pageback.gif") center 117px repeat-x #000;
}
* html body{
	overflow:scroll;
} 
* html div#container{
	height:100%;
	overflow:auto;
}
#container {
	width: 970px;
	text-align: center;
	margin: 0 auto 5px auto; /*Original: margin: 0 auto 150px auto;*/
	background: #000;
}
/* CONTAINER STYLES - END */
