body{ 	width: 90%;
		margin:auto;
		padding: 0;
		background-color: #666;
		font:"Comic Sans MS", cursive;
		background-attachment: scroll;
		/*background-image:url(../images/Background2.png);*/
		background-repeat:no-repeat;
		background-position:center;
		color: #CCC;
		
}



#veryTop1 {
	z-index: 7;
	background-color: #69F;
	color: #FFF;
	position:fixed;
	top: 0;
	right: 0;
	left:0;
	display: inline-block;
	text-align: center; 
	border-bottom: 2px solid #999; 
	margin-bottom: 1em;
	font:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	height: 110px;
}

#container{
	width: 60%;
	margin-left: 30%;
	margin-right: 30%;
}


#display{
	position:relative;
	top: 150px;
	margin-bottom:200px;
	bottom: 200px;
	z-index: 5;
}


#navAlign{
	position:fixed;
	top:50px;
	z-index:8;
}

#myGameInfo {
	position: fixed;
	top: 130px;
	right: 20px;
	
	margin: 0;
	z-index:6;
}

#myInfo {
	position:fixed;
	top: 130px;
	left: 20px;
	margin: 0;
	z-index:6;
	
}



/************Links*******************************/
a{
	color: #fff;
	

}
a:hover{
	color: #0F0;
	
	
}




/*/////////////FOOTER/////////////////////*/
#footer{
	position: fixed;
	background-color: #69F;
	bottom: 0;
	right: 0;
	left: 0;
	color: #CCC;
	text-align: center;
	border-top: 2px solid #999; 
	margin-top: 1em;
	z-index: 7;
}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
	color: #0F0;
	text-decoration:underline;
	
}

/*/////////////Header/////////////////////*/
#header{
	position: fixed;
	background-color: #333;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	border-top: 2px solid #999; 
	margin-top: 1em;	

}
#header a{
	color: #FFF;
	text-decoration:none;
}
#header a:hover{
	color: #800000;
	text-decoration:underline;
	
}
/*/////////////////////////////////////*/

.rulesList {
	/*list-style-type: square;
	list-style:outside;
	display: block;*/
	color: #333;
	overflow:auto;
	font-size:24px;
	
}
.rulesList li{
	float:none;
	font-size:18px;
	margin: 13px;
}

.marginInfo{
	color: #FFF;
	font-size: 12px;
	font-stretch: ultra-condensed;
}
.marginInfo H2{
	color: #0F0;
	font-size:24px;
	font-strech: none;
}
.marginInfo H3{
	color: #0F0;
	font-size:20px;
	font-strech: none;
}

rightMargin{
	text-align:right;
}
.home ul {
	list-style:none;
	margin: 5px;
	padding: 5px;
	
}
.home ul li{
	display: inline-block;
	width: 30px;
	width: 200px;
	/*min-width:100px;*/
	font-size: 20px;
	margin:auto;

}
