/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body { margin:0px; background-color: #FFFFFF; 
	background-image:url('artwork/mainmen.jpg'); 
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444}
	
A:link {
	COLOR: #800000;
	font-family:Arial, Helvetica, sans-serif;

	
}
A:visited {
	COLOR: #800000;
	font-family:Arial, Helvetica, sans-serif;

	
}
A:active {
	COLOR: #800000;
	font-family:Arial, Helvetica, sans-serif;
	
}
A:hover {
	COLOR: #800000;
	font-family:Arial, Helvetica, sans-serif;


}

.copy {
    font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	}
	
#Container {
	position:relative;
	width:1000px;
	height:115px;
	z-index:1;
	margin:0;
	}
	
#Container2 {
	position:relative;
	width:1000px;
	height:115px;
	z-index:1;
	margin:0;
	}
	
#header {
	position: absolute;
	left: 142px;
	top: 91px;
	width: 544px;
	z-index: 3;
	height: 96px;
	}
	
	#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	}
	
	/*main content*/
	
.gamesattractions {
     padding:5px;
	
    }
	
#Main {
	position: absolute;
	left: 0px;
	top: 176px;
	width:1000px;
	visibility: visible;
	z-index:2;
	height: 500px;
	margin:0;
	}