@charset "UTF-8";
/* CSS Document */
html {
   height:100%;
   width:100%;
   margin: 0;
   padding: 0;
   border: none;
}
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	color:#666;
	height:100%;
	margin:0;
	text-align:center;
}
#wrapper {
   margin: 0 auto;
   padding:0;
   text-align: center;
   width: 100%;
   height:100%;
   border:none;
}
hr {
	display:none;
}
#flashcontent
{
	height:100%;
}
* {
	padding:0;
	list-style:none;
}
#playAgain
{
	width:0;
	height:0;
	visibility:hidden;
}
/* GLOBAL
-----------------------------------------------------------------------------------------*/
.clearfix:after { /* clear floats */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.imgreplace {
	display:block;
	text-indent:-99999px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
/* draws a border on images */
.imgbor {
	border:1px solid #ccc;
}
/* photo left */
.photoleft {
	float:left;
}
/* check box settings */
.checkset {
	margin:0;
	width:13px;
	height:14px;
	overflow:hidden;
}
.clear {
	clear: both;
}
/* LINKS
--------------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#02559d;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline:none;
}
a img {
	border:none;
}
