html,
body,
h1 {
	margin: 0;
	padding: 0;
}

html {
	background: #A9A9A9 url(../img/background-gradient.jpg) repeat-x top;
	height: 100%;
}

body {
	background: url(../img/background.jpg) no-repeat top center;
	height: 100%;
	font-size: 0.8em;
	position: relative;
}


div#wrapper {
	background: url(../img/splash-block.png) no-repeat center;
	width: 46em;
	height: 11em;
	padding: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5.5em 0 0 -23em;
}

h1 {
	display: inline; /* fix IE6 double margin bug */
	background: url(../img/panel_logo.jpg) no-repeat left top;
	font-size: 2em;
	margin: 0.5em 2em 0 1.0em;
	padding-top: 100px;
	height: 0;
	width: 240px;
	overflow: hidden;
	float: left;
}

p {
	display: none;
}

ul {
	margin: 1.5em 0 0 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 7em;
	background: #EC7304;
}

ul li {
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0.4em 0;
}

ul li a {
	text-decoration: none;
	color: #af0917;
}

ul li a:hover {
	text-decoration: underline;
	color: white;
}