@charset "UTF-8";
body {
	background-color: #bc151c;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -2px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#logo {
	background-image: url(ndlogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 282px;
	float: left;
}
#error {
	text-align: center;
	float: left;
	width: 100%;
}
#goback {
	width:100%;
	float:left;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#miscellaneous {
	float: left;
	visibility: hidden;
}
#contact {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}