/* Stylesheet.css */

/* Body text and page background */
body{
    font-family: 'Comic Sans MS', Sans-Serif;
    font-size: 14px;
    color: #000000;
    background-color: #2b350c;
	text-align:center;
	}
	
.centered { 
	position: absolute; 
	left: 50%; 
	top: 0px; 
	width: 1280px; 
	height: 1024px; 
	margin: 0 0 0 -640px; 
} 


div.hidden{
	position:relative;
	overflow:hidden;
	height:473px;
	width:1024px;
}


div.within{
	overflow:auto;
	overflow:auto;
	overflow: -moz-scrollbars-horizontal;
	overflow-x:scroll;
	overflow-y:hidden;
	height:472px;
	text-align:left;
}



table {border-spacing:0px;}

img {border:0px;}

a:link {
	color:#ffffff;
	text-decoration:none;
	
}

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

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

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

