body { color: #fff; font-size: 12px; font-family: helvetica; background-color: #000; overflow:hidden; padding:0; margin:0; height:100%; width:100%; }
#bgimg { position:absolute; z-index: -1; }
.reference{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	height:23px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:999;
	opacity:0.8;
}
.description{
	position:fixed;
	top:5px;
	right:5px;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:helvetica;
	font-size:11px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}
h1{ display:block; float:left; width:100px; height:50px; font-size:36px; font-weight:bold; line-height:20px; margin-left: 10px; }
h1 span{ display:block; font-weight:normal; font-size:14px; font-family: helvetica; }
