@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

a:link {color: #CCC; }
a:active {color: #CCC; }
a:visited {color: #CCC;  }
a:hover {color: #999; }

html, body {
	height: 100%;
	background-color: #000;
	background-image: url(../images/GrungeBG.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	color: #CCCCCC;
	font-family: "Century Gothic", "Avante Garde", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}

#nav {
	margin: 0;
}

#main {
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

#maindiv {
	width:955px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
}
.footer, .push {
	height: 68px;
}

.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/footermenu.png);
}

.footertext {
	margin-top: 24px;
	text-shadow: 3px 3px 6px #000;
}

h2 {
	font-family: "Century Gothic", "Avante Garde", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: .3em;
}