body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	
}



/* LINK STYLES  */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}

a:hover {
	color: #990000;
	text-decoration: none;
	
}

a:active {
	color: #FFCC00;
	text-decoration: none;
	
}



/* -------  MAIN DIV TAG --------*/

#page {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}


/* -------  title head links TAG --------*/

#topbar {
	top: 2px;
	left: 0px;
	height: 12px;
	width: 800px;
	position: relative;
	margin: auto;
	text-align: center;
}


	
	
/*---- NAVIGATION BAR  ------*/
			
#navbar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 36px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	
	}


#stack {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 36px;
	width: 79px;
	overflow: hidden;
	padding: 0px;
	}
	
	
	

	
/*---- BODY DIV  ------*/	

	
#areaone {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	
	}
	
#areatwo {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url("http://www.citycheers.com/images/test2.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	
	}
	

	
	
	
.row {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-image: url("http://www.citycheers.com/images/test2.png");
	background-repeat: repeat-x;
	background-position: bottom left;

	}	
	

.floater  {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
		
















