body, html {
	text-align:center;
	margin: 0;
	margin-top: 8px;
	padding: 0;
	color: #d8d8d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%; 
	width: 100%;
	background-color:#000000;
	background: url('images/bg.jpg') repeat;
	}
a {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
color: #ff9900;
}
img { border:0px; }
#wrapper {
text-align:center;
width:810px;
background:#0a0a0a;
border:#2e2e2e 1px solid;
margin: 0 auto;
}
#content {
text-align:left;
padding:5px;
	line-height: 16px;
margin: 0 auto;
}
 #menu {
  display: inline;
  margin: 0 1em 0 1em;
  width: 100%;
}
.menubutton {
text-align:right;
width:108px;
height:53px;
padding:5px;
border: 1px solid #616161;
font-size:11px;
color: #ffffff;
font-weight:bold;
}
.menubutton:hover {
background:#636363;
border: 1px solid #a6a6a6;
}
.menubmini {
text-align:left; 
color:#ff9900;
width:100%;
}
#menu a:link, .menubutton a:visited, .menubutton a:focus, .menubutton a:hover, .menubutton a:active{
color:#FFFFFF;
text-decoration:none;
}
#footer {
background:#000000;
width:100%;
height:33px;
font-size:10px;
padding-bottom: 20px;
}


