/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#gameContent {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#flashcontent {
	position: absolute;
	top: 140px;
    left: 50%;
	margin-top: 0px;
	margin-left: -500px;
	z-index: 1000;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}	
body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #00a1de;
}
object { 
	outline:none;
	border: none;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
object:active, div:active
{
	-moz-outline-style: none;
	outline: none;
}
object:focus, div:focus
{
	-moz-outline-style: none;
	outline: none;
} 
.getflash {
	color: #ed0080;
}

