@CHARSET "UTF-8";

/**
 * Presets
 */
* { border:0; padding:0; margin:0; }
html {}
body { height:100%; background:#000000; position:relative; }

.fl { float:left; }
.fr { float:right; }
.cb { clear:both; }
.oh { overflow:hidden; }

/**
 * Typography
 */
.typography { font-family:Helvetica, Arial, Verdana, sans-serif; color:#ffffff; font-size:11px; }
.typography a:focus { color:#none; }
.typography a:link, .typography a:visited { color:#fff; }
.typography a:active { color:#AAA; }

/**
 * Layout
 */
.background-container { background-color:#170200; padding-bottom:50px; }
#container-main { width:970px; margin:0 auto; }

#head-main {
	width:100%;
	height:209px;
	background: url(../images/head-main-bg-01.jpg) top center no-repeat;
}
#content-main { width:100%; position:relative; overflow:hidden; /*CONCEPTUALheight:690px;*/ }
#footer-main { width:100%; position:relative; }

	/**
	 * 2-Column Content
	 * Container hast to clear the floats --> overflow:hidden;
	 */
	#content-main #col-a-main { width:650px; float:left; }
	#content-main #col-b-main { width:310px; float:left; }

/**
 * Content
 */
	/**
	 * Head
	 * #head-information-bar is outside of all the containers since IE5 sucks so much.
	 */
	#head-information-bar { 
		position:absolute; 
		top:135px;
		left:0;
		width:100%;
		opacity:.7; 
		filter:alpha(opacity=70); 
		-ms-filter:"alpha(opacity=70)"; 
		-khtml-opacity:.70; 
		-moz-opacity:.70; 
		background-color:#000000; 
		text-align:center; 
	}
	
	/**
	 * Content
	 */
	.player-toolbar { text-align:right; margin:0px; margin-right:10px; }
	.player-toolbar a:first-child { margin-right:0px; }

	#system-requirements { margin:10px; padding:0; width:95%; border:1px dashed #555555; overflow:hidden; }}
	
	/**
	 * Survey
	 */
	
	
	/**
	 * Ads & Messages
	 */
	.right .ad { margin-bottom:0; text-align:center; }
	.right .reminder { text-align:center; margin-bottom:15px; }
	
	/**
	 * Footer
	 */
	#footer-main { width:100%; margin-top:10px; }
	#footer-main .container { width:970px; margin:0 auto; text-align:center; padding:20px 0; overflow:hidden; }
	#footer-main .logo { display:inline; margin:0 15px; }
	#footer-main .caution { margin-bottom:15px; font-style:italic; color:#6a6a6a; }