html, body {
	height: 100%;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
body {
	background: #000000;
	color: #ffffff;
}
address {
	font-style: normal;
	font-size: 0.7em;
	font-family: Tahoma;
	border-top: 1px #0000B5 solid;
	border-bottom: 1px #0000B5 solid;
	width:100%;
}
div#container {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}
img#servers {
	position: relative;
	margin-top:10%;
}
.error {
	font-weight: bold;
	font-family: courier;
}
