* {
	margin-bottom: 0px;
}
html {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	background: #002c57 url(/error/bg.png) repeat-x;
	height: 100%;
	color: #e6e6e6;
}
body {
	margin: 0px;
	background:  url(/error/bottom_right.png) no-repeat;
	background-position: right bottom;
	text-align: center;
	height: 100%;
}
#main {
	text-align: left;
	position: relative;
	width: 600px;
	margin: 0px auto 0px auto;
	background: #003b73 url(/error/blot.png) no-repeat;
	background-position: top right;
	border: thick solid #33cccc;
	height: 420px;
}
#logo {
	padding: 10px 0px;
	text-align: center;
}
h1 {
	color: #94bce4;
	text-align: center;
	margin: 10px;
}
h2 {
	color: #94bce4;
	text-align: left;
	padding-left: 50px;
}
p{
	padding: 0em 1em;
}
a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover, a:active, a:visited:hover, a:hover:active, a:visited:active {
	text-decoration: underline;
}
address {
	margin: 0px auto;
	position: absolute;
	bottom: 5px;
	right: 130px;
	text-align: right;
	font-size: small;
}
img {
	border: none;
}
.center {
	text-align: center;
}