/* <![CDATA[ */


html, body {
	background-color: #312F2A;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;				/* Bump div#blueBox down half the height of the screen. */
	margin-top: -300px;			/* Half the height of div#blueBox. */
	float: left;
}
#body_shell {
	width: 100%;
}
#flash_shell {
	width: 950px;
	height: 600px;
	background-color: #312F2A;
	clear: both;
	/*
	 *
	 * Issue: IE4 doesn't allow a negative margin-top.
	 *
	 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	 * The content will be centered but will crop if the window is not small enough to accommodate it.
	 *
	 */
	position: static;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;	/** end hack */
}
/*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


/* ]]> */
#flash_shell_alt {
	width: 950px;
	height: 600px;
	background-color: #000000;
	clear: both;
	/*
	 *
	 * Issue: IE4 doesn't allow a negative margin-top.
	 *
	 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	 * The content will be centered but will crop if the window is not small enough to accommodate it.
	 *
	 */
	position: static;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
}
#copyright {
	width: 950px;
	height: 30px;
	clear: both;
	/*
	 *
	 * Issue: IE4 doesn't allow a negative margin-top.
	 *
	 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	 * The content will be centered but will crop if the window is not small enough to accommodate it.
	 *
	 */
	position: static;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
p {
	width: 950px;
	height: 30px;
	clear: both;
	/*
	 *
	 * Issue: IE4 doesn't allow a negative margin-top.
	 *
	 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	 * The content will be centered but will crop if the window is not small enough to accommodate it.
	 *
	 */
	position: static;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
a { border: 0 }
a:link, a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: none }

