html {
 height: 100%;
 }
 
body {
 background-image:url('images/metal2.jpg'); 
 margin:0px;
 font-family: Tahoma, Lucida Grande, Verdana, Sans-Serif;
 font-size: 12px;
 color: #ccc;
 } 
 
a { 
 font-weight:bold;
 color: #ccc;
 text-decoration:none;
 }

a:hover {
 text-decoration:underline;
 }

#top {
 height: 29px; 
 width: 100%;
 }

#logo {
	background: url("images/logo.gif");
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top:30px;
	right:10px;
	height:59px;
	width:250px;
}
  
#navlist { 
  float: left; 
  width: 50px; 
  height: 100px; 
  margin-top: 0; 
  margin-left: 0px;
  }

#navlist ul {
 list-style: none;
 }

#navlist li a{
 display: block;
 height: 5px;
 width: 50px; 
 padding-top: 20px;
 margin: 0;
 background: inherit;
 color: #ccc;
 text-transform: lowercase;
 font-size: 0.9em;
 }
 
#navlist li a:hover {
 color: #ccc;
 }
 
#navlist li .active {
 color: #ccc;
 }
 
#flashcontent {
 float: left; 
 padding-top: 0px;
 }