body {
	background-color: #434C53;
	background-image: url(../images/metal-back.jpg);
	height: 100%;
	width: 100%;
	margin: 0px;
	background-attachment: scroll;
}
.hold {
	position: absolute;
	width: 100%;
	height: 580px;
	top: 50%;
	margin-top: -290px;
	text-align: center;
	z-index: 10;
}
.hold .errorbox {
	height: 260px;
	width: 500px;
	margin-top: 160px;
	margin-right: 200px;
	margin-bottom: 160px;
	margin-left: 200px;
	text-align: left;
	position: relative;
}
.hold .errorbox .background {
	background-color: #162732;
	position: absolute;
	height: 260px;
	width: 500px;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 1;
}
.hold .errorbox .errormsg {
	position: absolute;
	z-index: 2;
	height: 240px;
	width: 460px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #D291C0;
	font-size: 11pt;
	font-weight: normal;
}
h3 {
	margin-top: 16px;
	margin-bottom: 16px;
	color: #D6E7F5;
	font-size: 11pt;
	font-weight: normal;
}
p {
	margin-top: 10px;
	margin-bottom: 18px;
}
a {
	color: #E7CBE4;
}
a:hover {
	color: #FFFFFF;
}

