body {
	background: url(images/background.jpg) repeat;
	background-color: #eee;
	overflow: auto;
	height: 100%;
	margin: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
}

a {
	color: #444;
}

a:hover {
	color: #B41400;
}

img.splash {
	display: block;
	float: left;
	padding: 0;
	border: 0;
	box-shadow: #111 1px 1px 15px;
	-moz-box-shadow: #111 1px 1px 15px;
	-webkit-box-shadow: #111 1px 1px 15px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	behavior: url(images/pie.htc);
}

#banner {
	position: absolute;
	width: 100%;
	height: 202px;
	background: url(images/banner.png) top center no-repeat;
	z-index: -1;
}

#header {
	position: absolute;
	width: 100%;
	height: 202px;
	background: url(images/header.png) repeat-x;
	z-index: -2;
}

#info {
	position: absolute;
	top: 220px;
	float: left;
}

#valid-html {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 0;
}

#bar {
	background-color: black;
	position: absolute;
	width: 22px;
	height: 100%;
	float: left;
	z-index: -3;
}

#status {
	background-color: #F5F0B0;
	position: absolute;
	width: 165px;
	height: 175px;
	top: 350px;
	left: 22px;
	float: left;
	padding: 2px;
	padding-left: 10px;
	color: #444;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	box-shadow: #111 1px 1px 15px;
	-moz-box-shadow: #111 1px 1px 15px;
	-webkit-box-shadow: #111 1px 1px 15px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	background-image: linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -o-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -moz-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -webkit-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -ms-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -webkit-gradient(linear, right 0, 10 0, color-stop(0, #F5F0B0), color-stop(0.8, #CCA00E));
	-pie-background: linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	behavior: url(images/pie.htc);
	z-index: -2;
}

#links {
	background-color: #F5F0B0;
	position: absolute;
	width: 165px;
	height: 155px;
	top: 570px;
	left: 22px;
	float: left;
	padding: 2px;
	padding-left: 10px;
	color: #444;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 15pt;
	padding-top: 15px;
	vertical-align: middle;
	box-shadow: #111 1px 1px 15px;
	-moz-box-shadow: #111 1px 1px 15px;
	-webkit-box-shadow: #111 1px 1px 15px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	background-image: linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -o-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -moz-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -webkit-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -ms-linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	background-image: -webkit-gradient(linear, right 0, 10 0, color-stop(0, #F5F0B0), color-stop(0.8, #CCA00E));
	-pie-background: linear-gradient(right, #F5F0B0 0%, #CCA00E 80%);
	behavior: url(images/pie.htc);
	z-index: -2;
}
