body {
	border:0px;
	background-color:#000;
	background-repeat:no-repeat;
	background-image:url('img/bg.jpg');
	margin:0;
}

a {
	color: #E9D854;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#mininav {
	position:absolute;
	left:109;
	top:780px;
	width:700px;
	text-align:center;
	font-family:verdana;
	padding-left:20px;
	font-size:12px;
	line-height:18px;
	color: #E9D854;
}

div#score {
	position:absolute;
	left:850px;
	top:150px;
	width:300px;
	background-color:#000;
	color:#ccc;
	border-left:1px solid #2C672B;
	font-family:verdana;
	padding-left:20px;
	font-size:12px;
	line-height:18px
}

div#game {
	position:absolute;
	left:109px;
	top:75px;
	width:700px;
	height:640px;
	background-image:url('img/noflash.jpg');
	color:#fff;
	font-family:verdana;
	overflow:hidden;
}

ruffle-object {
	position:absolute;
	left:-1px;
	top:0;
}

#container canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -1px;
}

div#blog {
	position:absolute;
	left:109;
	top:840px;
	width:700px;
	text-align:left;
	font-family:verdana;
	padding-left:20px;
	font-size:12px;
	line-height:17px;
	color: #E9D854;
	display:none;
}
