body{ 	width: 1200px;
		margin:auto;
		padding: 0;
		background-color: #DBDCC0;
		font:"Comic Sans MS", cursive;
		background-attachment: fixed;
		background-image:url(../images/cornhole2.png);
		background-repeat:no-repeat;
		background-position:center;
		color: #333;
		
}



#veryTop1 {
	z-index: 7;
	background-color: #333;
	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;

}

#inChallenge{
	/**/position: fixed;
		display: inline-block;
		text-align: center; 
		top: 20px;
		left:75%;
		
		color: #FE5450;
		width: 200px;


}


#chat{
	position: fixed;
	display:inline-block;
	z-index:10;
	width:350px;
	height:300px;
	top: 130px;
	right: 5px;
}


#display{
	position:relative;
	top: 120px;
	margin-bottom:200px;
	bottom: 200px;
	z-index: 5;
	
}


#navAlign{
	position:fixed;
	top:50px;
	
	z-index:8;
}


#socialMedia {
	position:fixed;
	top: 200px;
	right: 0;
	margin: 0;
	z-index:6
	
}


/************Links*******************************/
a{
	color: #fff;

}
a:hover{
	color: #0F0;
	
	
}




/*/////////////FOOTER/////////////////////*/
#footer{
	position: fixed;
	background-color: #333;
	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: #C00;
	overflow:auto;
	font-size:24px;
	
}
.rulesList li{
	float:none;
	font-size:18px;
	margin: 13px;
}

h3{
	color:#CCC;
}
