@CHARSET "UTF-8";

body.main
{
	background: #000000 url(images/bg_main.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 10px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	text-align: center;
}

.content_text {
	color: #ffffff;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
}
.needJavascript {
text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;

color: #999999}


#centerUI{
	  position: absolute;
      left: 50%;
      top: 50%;
      width: 950px;
      height: 580px;
      margin-left: -475px; /* half of width */
      margin-top:-290px;  /* half of height */
      background-color:#000000;
	  border-color: #FF0000;
	  border-width: 3px;
	  /*Turn the Flash Movie back on with Javascript*/
	  /*visibility: hidden; */
	
}

#flashcontent{
position:relative;
float: left;
	width: 950px;
    height: 560px;

}


#btn-helmet-shell {
	width: 350px;
	height: 30px;
	float: right;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	top: 0px;
	left: 0px;
	list-style:none;
}
#btn-helmet-shell li {
	float: right;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 24px;
}

a.btn-helmet, a.btn-helmet:visited  {
	position:relative;
    float: left;
    display: block;
    color: #ebe60c;
	font: bold 90% Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    text-decoration: none;
}
a.btn-helmet:hover {   
	position:relative;
    float: left;
    display: block;
    color: #67001e;
	font: bold 90% Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    text-decoration: none;
}



.noscript{
border: red 4px dashed;
}

img {border: 0; outline:hidden;}


