html, body {
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	}
	
body {
	background:url('../images/tilebg.gif') #a7a4a3 repeat-x center top;
	text-align:center;
	}

#outercontainer {
	background:url('../images/tiletop.gif') repeat-x center top;
	display:block;
	width:100%;
	height:600px;
	text-align:center;
	}
	
#outercontainer a img {
	border:none;
	}
	
#topmenu {
	position:relative;
	background:url('../images/tiletop.gif') repeat-x center top;
	width:712px;
	margin:auto;
	height:70px;
	display:block;
	text-align:left;
	}
#username {
	position:absolute;
	width:300px;
	height:24px;
	top:7px;
	right:255px;
	display:block;
	color:#e6d4cd;
	font-size:12px;
	font-family:arial, sans-serif;
	line-height:24px;
	text-align:right;
	font-weight:normal;
	}
	
.menubar {
	position:absolute;
	width:228px;
	height:24px;
	top:7px;
	right:0px;
	display:block;
	background-color:#45413e;
	border:1px solid #766f6a;
	color:#e6d4cd;
	font-size:13px;
	font-family:arial, sans-serif;
	text-decoration:none;
	line-height:24px;
	padding-left:8px;
	}
	
.menubar img {
	position:absolute;
	width:23px;
	height:24px;
	top:0px;
	right:0px;
	display:block;
	}

#flashwrap {
	margin:auto;
	border:6px solid #e8e8e8;
	}
	
#menucontents {
	width:228px;
	padding:2px 4px;
	background-color:#57524e;
	border:1px solid #766f6a;
	position:absolute;
	top:32px;
	right:0px;
	}
	
.gamediv {
	border-bottom:1px solid 766f6a;
	display:block;
	width:228px;
	padding:4px 0px;
	position:relative;
	border-bottom:1px solid #766f6a;
	color:#e6d4cd;
	}
.gamediv:hover {
	background-color:#45413e;
	}
	
.gamediv span {
	position:absolute;
	left:115px;
	top:20px;
	color:#e6d4cd;
	font-size:13px;
	font-family:arial, sans-serif;
	width:115px;
	display:block;
	}

#game1 #gamediv1, #game2 #gamediv2, #game3 #gamediv3, #game4 #gamediv4, #game5 #gamediv5, #game6 #gamediv6, #game7 #gamediv7, #game8 #gamediv8 {
	display:none;
	}