body{
	background: #000000;
}
div#page{
	width:100%;
}
table#centerTable{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}

table#centerTable tr{
	margin:0px;
	padding:0px;
	height: 100%;
}

table#centerTable tr td{
	vertical-align: center;
	text-align:center;	
	width: 100%;
	height: 100%;	
	margin:0px;
	padding:0px;
}
div#content{
	width:1004px;
	height:768px;	
	margin: 0px auto 0px auto;
	text-align: left;
}
div#flashcontainer{
	background: #ff0000;
	height:768px;
}
div#mapoverlay{
	position: relative;
	top: -639px;
	left: 188px;
	width: 682px;
	height: 508px;
	margin-bottom: -508px;
	display: none;
}
div#positioncontainer{
    overflow:hidden;
}