	.map {
	position: absolute;
	top: -100px;
	left: 1px;
	visibility: visible;
	}

	html { 
		height: 100%;
	} 
	body { 
		height: 100%; 
		font: 12px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		margin: 0px; 
		background: url(../images/background.gif) repeat-x #c7c7c7; 
	}
	a, a:link, a:visited { 
		text-decoration: none; 
		color: #FFFFFF; 
		font-weight: bold; 
	}
	a:hover { 
		text-decoration: underline; 
		color: white;
	}
	#row { 
		width: 100%; 
		height: 560px; 
		margin: 140px 0 0 0; 
		text-align: center; 
		background: url(../images/row_background.jpg) repeat-x; 
	}
	#flash_container { 
		width: 1016px; 
		height: 560px; 
		background: url(../images/flash_background.jpg) repeat-x; 
		margin: 0 auto 0 auto; 
		padding: 0px 0 0 0; 
	}
	#flash_container #movie { 
		float: left; 
		width: 766px; 
		height: 560px; 
		margin: 28px 0 0 0px; 
	}
	#flash_container #left { 
		float: left; 
		width: 125px; 
		height: 560px; 
		background: url(../images/row_left.jpg) no-repeat; 
	}
	#flash_container #right { 
		float: right; 
		width: 125px; 
		height: 560px; 
		background: url(../images/row_right.jpg) no-repeat; 
	}
	#copyright { 
		font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		color: #666666; 
		text-align: center; 
		width: 766px; 
		height: 50px; 
		padding: 20px 0 40px 0; 
		text-align: center; 
	}

