/* CSS Document */

body {
	background-image: url(../Images/tile.gif); 
	text-align:center;
	color: #CCCCCC;
	font-family: "Gill Sans MT"; 
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	}

#container { 
	margin:0 auto 0 auto; 
	width:950px; 
	text-align:center; 
	position:relative; 
	}
	
#flash {
	position:absolute;
	top: 140px;
	left: 234px;
	width: 484px;
	height: 351px;	
	}
	
#enter {
	position:absolute;
	top: 500px;
	left: 435px;
	width: 81px;
	height: 25px;
	border: none;	
	}
	
#bckgrd {
	position:absolute;
	top: 20px;
	left: 19px;
	width: 862px;
	height: 700px;
	border: none;
	z-index: 0;	
	}
	

