@charset "UTF-8";
/* CSS Document */
body {font-family: 'Denk One', 'sans-serif'; color:#00ff00; }

table {
    margin: 0px auto;
}

a:link    {
  text-decoration:  underline;
  color:            #00ff00;
  } 
  
a:visited	{
	text-decoration: underline;
	color:			#00ff00;
}

  body {
background-image: url(images/background.jpg);

-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: top center !important;
background-repeat: no-repeat !important;
background-attachment: fixed;
}

hr {
    border: none;
    height: 1px;
    color: #00FF00;
    background-color: #00ff00;
	margin:0px;
}

.header {
	width: 200px;
	height: 32px;
	line-height:32px;
	padding: 0px;
	border:1px solid #00ff00;
	align: center;
	background-color: #2e3032;
	background: #2e3032;
	font-size: 18px;
	border-bottom:0px;
	text-transform: uppercase;
}

.headerwide {
	width: 250px;
	height: 32px;
	line-height:32px;
	padding: 0px;
	border:1px solid #00ff00;
	align: center;
	background-color: #2e3032;
	background: #2e3032;
	font-size: 18px;
	border-bottom:0px;
	text-transform: uppercase;
}


.footer {
	font-size: 14px;
	text-align:center;
}