

body
{
	background: url("res/bg2.jpg") #183348 fixed bottom left no-repeat;
	text-align:center;
	color:#fff;
	font-family:sans-serif, arial;
}

a
{
	outline: none;
}

#fwaSot
{
	background-image: url(res/DayTopLeft.png);
	background-repeat: repeat-none;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#game
{
	margin:50px auto auto auto;
	width:760px;
	height:480px;
	
}

#gameSwf{
	margin:50px auto auto auto;
	width:760px;
	height:480px;
	background-color:#000000;
}

.arcadeSwf{
	margin:50px auto auto auto;
	width:380px;
	height:240px;
	background-color:#000000;
}

#gamenav
{
	margin:0 auto 0 auto;
	width:760px;
	height:60px;
}

#gamenav div{
	float:left;
}

/* image replacements ========================================================== */

/* ============================================================================== */

img {
	border:0;
}

a, a:hover, a:visited 
{
	color:#fff;
}

ul
{
	list-style:none;
}

li{
	height:60px;
	padding:10px;
	background:#000;
	width:300px;
	text-align:left;
	font-size:14px;
}

a{
	text-decoration:none;
}

li img
{
	padding:5px;
	float:left;
}

#levels{
	margin:10px auto auto auto;
	width:760px;
}
#levels div{
	float:left;
}

.number
{
	font-size:20px;
	font-weight:bold;
	display:block;
}

iframe{
	width:760px;
	height:400px;
	border: 0;
}

#iDetails
{
	display:"block";
	height:300px;
}

#iReview
{
	display:"block";
	height:500px;
}


#levelSelect
{
	width:100%;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

/*=============================*/

#bitmapCacheWarning
{
	background:#f00;
	color:#fff;
	display:none;
}