@charset "UTF-8";
/*ITM - CSS Core Document */

/*Global reset*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align:baseline;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
}
ol, ul {
	list-style: none;
}
a, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*Start layout definition*/
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#000;
	min-width:990px;
}
/*************************** TOP ***/
#wrapper #top {
	width:100%;
	height:37px;
	background:url(../graphics/top_tile.gif) repeat-x 0 0;
}
/*************************** CENTER ***/
#wrapper #center {
	width:100%;
	height:530px;
	background:#000 url(../graphics/black_rider.jpg) no-repeat 0 0;
}
#wrapper #center #selectIntro {
	margin:0 auto;
	width:990px;
	height:530px;
}
/*************************** FOOTER ***/
#wrapper #footer {
	width:100%;
	height:37px;
	background:url(../graphics/footer_tile.gif) repeat-x 0 0;
}
#wrapper #footer p{
	margin:0 auto;
	width:990px;
	height:29px;
	padding:8px 0 0 0;
	color:#FFF;
	font-size:11px;
	text-align:center;
	background:url(../graphics/itm_mini_logo.gif) no-repeat 20px 0;
}
/*************************** BOTTOM ***/
#wrapper #bottom {
	width:100%;
	height:110px;
	background:url(../graphics/bottom_tile.gif) repeat-x 0 0 scroll;
}