/* start body/html */
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html, body {
	height: 100%;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding-top: 80px;
	}
/* end body/html */

/* begin header */
#header {
	position: absolute;
	width: 100%;
	height: 75px;
	background-image: url(http://www.odysseybmx.com/images/global/header_bg.gif);
	text-align: left;
	top: 0;
	left: 0;
	overflow: hidden;
	}
#header #page_indicator {
	position: absolute;
	left: 362px;
	top: 0;
	} 
#header #page_exit {
	position: absolute;
	top: 0;
	right: 0;
	}
/* end header */

/* start links */
a,
a:visited {
	text-decoration: none;
	color: #b17641;
	}
a:hover {
	color: #dd914e;
	}
.clear {
	clear: both;
	}
/* end links */

/* start standalone */
div.standalone {

}
/* end standalone */

/* No Flash */
.noflash {
	margin-top: 15px;
	background-color: #990000;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	color: #999;
	}
.noflash a,
.noflash a:visited {
	color: #FFF;
	text-decoration: underline;
	}
/* End No Flash */
