@charset "utf-8";
/* INIT */

/* CLEARFIX from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
html>body .clearfix{overflow:hidden;}
/* End hide from IE-mac */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a, img{
	border: 0px;
}

html{
	overflow: auto;
	height: 100%;
}

body{
	height: 100%;
}

body{
	background-color: #FEBF01;
}

#bg{
	margin: 0 auto;
	background-image: url(../imgs/gamebgfull.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 988px;
	width: auto !important;
	width: 100%;
}

#flashcontainer{
	margin: 0 auto;
	padding: 0px;
	width: 988px;
	height: 585px;
}