/* CSS Reset */

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, 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;
}
body {
	color:#656565;
	background: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65.2%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS */

body {
	background-color: #000;
}

sup {
	font-size: 0.6em;
	vertical-align: top;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

/* Terms styles */

#terms{
	font-size:65.2%;
}

#terms #container{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	background:url(../img/terms_header.jpg) no-repeat top center;
	padding-top:240px;
}

#container h1{
	font-size:2em;
	margin-bottom: 15px;
	font-weight: bold;
}

#container p{
	font-size:1.2em;
	margin-bottom: 10px;
}

#container a {
	color: #fff;
}

#container ol{
	padding-left:18px;
}

#container ol li{
	list-style:decimal;
	font-size:1.2em;
	padding-bottom:10px;
	line-height:1.3em;
}
#container ol li ul {
	margin-top: 15px;
}
#container ol li ul li{
	list-style:disc;
	margin-left: 30px;
	font-size: 1em;
}

/* NO FLASH */

#ultbandwrapper {
	min-height: 660px;
}

#ultband{
	text-align:center;
	height:660px;
}

#ultband p{
	color:#FFFFFF;
	font-size:1.4em;
	margin:30px 0px 30px 0px;
}

#ultband a{
	color:#EC1E29;
}

#ultband a:hover{
	color:#EC9300;
}



/* FOOTER */

#footer p{
	font-size:1em;
	text-align:center;
}

#footer td{
	padding:3px;
}

#footer table{
	margin-bottom:20px;
}

#footer a{
	color:#656565;
}

#footer a:hover{
	color:#CCCCCC;
}

