* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: #111111;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

h1 {
	margin: 0;
	padding: 0;
	bottom: 40px;
	left: 50px;
	z-index: 50;
	position: absolute;
	color: #DFDFDF;
	font-size: 6em;
	line-height: 1em;
	text-shadow: 2px 2px #111111;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*Supersize Plugin Styles*/
#supersize {	position: fixed; }

#content {
	width: 250px;
	bottom: 40px;
	right: 50px;
	z-index: 555;
	font-size: 2em;
	position: absolute;
	text-align: right;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
#content ul li a {
	display: block;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	background: #111111;
	text-decoration: none;
}
#content ul li a:hover { background: #333333; }

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 5;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url('/images/progress.gif');
}