/*hide from ie on mac\*/
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#flashcontent {
	width: 100%;
	min-height: 900px;
}
/* end hide */
body {
	min-height: 900px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size:11px;
	background-color: #000000;
	font-family:arial,verdana,helvetica,san-serif;
    overflow-x: hidden;
}
#showimg {
	color: #fff;
	text-align: center;
}
#noflash {
	color: #fff;
	text-align: center;
}
.clear { clear: both; }
img {
	border: 0;
}
#footer {
  margin: 8px auto;
 	width: 940px;
}
.disclaimer {
    display:block;
	float:left;
    font-size:10px !important;
    line-height:12px;
    padding:5px 0 20px 0;
    color:#9A9C9D;
    width:600px;
}

.disclaimer a {
	color:#9A9C9D;
	font-size:11px;
	text-decoration:none;
}
.disclaimer .first {
	padding-bottom: 8px;
}
.footer_logos {
    display:block;
    float:left;
    margin-left:10px;
}
.footer_logos a img{
    margin-right: 10px;
}
