@charset "UTF-8";
a
{
  outline: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
html {
	height: 100%;
}
body {
	background-color: #a4a4a4;
	margin: 0px;
	padding: 0px;
}
.fullheight {
	height: 100%;
	text-align: center;
}
#navBar {
	height: 170px;
	width: 100%;
	position: absolute;
	background-color: #000;
}
#creditLink {
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
#creditLink a {
	height: 21px;
	width: 140px;
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#creditLink a span {
	visibility: hidden;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#content {
	background-image: url(../images/bgGrad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	height: 550px;
	width: 100%;
	top: 170px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 100%;
	padding-top: 4px;
	position: absolute;
	z-index: 1;
	top: 0px;
	text-align: left;
	vertical-align: top;
}

