html, body 
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#background
{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#middle     
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:10;
}

#frame    
{
	margin-left: -358.5px;
	position: absolute;
	top: -274px;
	left: 50%;
	width: 717px;
	height: 548px;
	visibility: visible;
	z-index:10;
}

#pageimg
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#navbar
{
	position: absolute;
	width: 717px;
	height: 52px;
	bottom: 12px;
	left: 0px;
	background-image: url(images/nav/nav-bar.gif);
}

#navtext
{
  position: absolute;
  height: 16px; 
  top: 18px;
}

#copyright
{
  height: 12px;
  width: 717px;
  position: absolute;
  color: #FFFFFF;
  font: normal 10px Georgia;
  text-align: right;
  bottom: 0px;
  left: 0px;
  
}

a
{
	color: #FFFFFF;
	font: normal 10px Georgia;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#map_container
{
	position: absolute;
	top: 233px;
	left: 355px;
	width: 285px;
	height: 170px;
	z-index: 15;
	
}
