﻿body
{
  background-color:#313131;   
  background: #313131 url('../images/bg_repeat.gif') top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

div#container
{
  	position: absolute;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	top: 50%;
	left: 50%;
	border: 1px solid #ddd;
}

div#contentMap {
   background:url('../images/map-bg.jpg');
   width: 800px;
   height: 533px;
}

div#navigationBar {
   background: url('../images/navigation-bg.gif') top left repeat-x;
   padding-top: 20px;
   padding-left: 150px;
   width: 650px;
   height: 67px;
   border-top: 1px solid #ccc;
}

div#navigationButton {
   position: relative;
   width: 90px;
   height: 25px;
   padding: 20px 10px;
   color: #FFFFFF;
   text-align: center;
   float:left;
   /*border: 1px solid #ccc;*/
}

div#footer
{
  clear: both;
  background-color: transparent;
  font-size: 8pt;
  padding: 4px 8px;
  text-align: center;
  color :#999999;
}

div#footer a
{
  color :#999999;
  text-decoration: none;
}

div#footer a:hover
{
  text-decoration: underline;
}

div#navigationButton a
{
  color :#FFFFFF;
  text-decoration: none;
}

div#navigationButton a:hover
{
  text-decoration: underline;
}

div#credits
{
  clear: both;
  background-color: transparent;
  font-size: 7pt;
  padding: -3px 8px;
  text-align: right;
  color :#999999;
}

div#credits a
{
  color :#999999;
  text-decoration: none;
}

div#credits a:hover
{
  text-decoration: underline;
}