html {
height: 100%;
}

body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Century Gothic", futura, sans-serif;
background-color: #000000;
text-transform: uppercase;
overflow-x: hidden;
overflow-y: auto;
letter-spacing:1px;
}

a:link, a:visited {
text-decoration:none;
color: inherit;
font-size: inherit;
}


#container
{
  position: center;	
  margin: 2px auto;
	width: 900px;
  min-height: 600px;
  background-image:url('background3.jpg');
  background-repeat:no-repeat;
  background-position:top;
  padding: 30px 30px 30px 30px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}

#top_nav {
  position: center;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 600px;
  height: 20px;
  margin: 20px 120px 5px 120px;
  list-style-type:none;
  text-align: center;
  z-index: 1;
}
#top_nav li {
  display: inline;
  margin: 0px 2px 0px 2px;
  font-size: 11px;
  color: rgb(255,255,255);
  margin-right: 15px;
}
#top_nav li a {
  
  text-decoration: none;
  color: rgb(255,255,255);
}

#top_nav li a:hover {
  color: rgb(255,0,0);
}


#navigation_middle
{
  float: left;
  width: 400px;
  height: auto;
  background-color: #000000;
  margin: 129px auto auto 230px;
  font-size: 10px;
  color: rgb(255,255,255);
  border-width: 0px;
  padding: 0px;
}                           

ul#navigation{
  margin: 0px auto;
  text-align: center;
  width: 390px;
  border-width: 0px;
  padding: 0px;
}

ul#navigation li {
 list-style:none;
 display:inline-block;
  margin:0px 5px;
}

ul#navigation li p {
  text-align: center;
  margin:5px 5px 10px 5px;
}

a:link, a:visited {
  color: rgb(255,255,255);
}

a:hover {
  color: rgb(255,0,0);
}

#footer {
  width: 100%;
  position: relative;
  bottom:0;
  font-size: 7px;
  color: rgb(255,255,255);
  text-align: center;
  clear: both;
  padding: 0px 0px 5px 0px
}
                            



