html {
}
body {
	background:#000;
	color:#FFF;
	text-align:right;
	font:12px 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	text-shadow:0 2px 0px #000;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
}
.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
h1 {
	font-size:36px;
	letter-spacing:-2px;	
	line-height:60px;
	margin:25px 0;
	text-shadow:0 3px 3px #000;
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:0px;	
}
h2 {
	text-shadow:0 2px 2px #000;
}
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size:25px;
	margin:0.2em 0;
	text-shadow:0 2px 2px #000;
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}
p, pre {
	margin:0 0 10px 0; 
}
code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}
small {
	background:rgba(0, 0, 0, 0.8) url();	
	border:1px solid #111;
	font-size:11px;
	padding:0 5px;
}
small2 {
	background:rgba(0, 0, 0, 0.8) url();
	border:1px solid #111;
	font-size:11px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;

}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#F00;
}
ul {
	margin:0 0 1px 0;
	overflow:hidden;
	padding:0;
}
	ul li {
		display: inline;
list-style-type: none;
padding-right: 1px;
	}
	ul li span {
		font-size:30px;
		border:1px solid #111;
		background:rgba(0, 0, 0, 0.8) url();
		padding:0 15px;
	}
	ul li span em {
		font-style:normal;
	}
	ul ul {
		display:none;
		float:right;
		margin:0 3px 0 3px;
		text-align:left;
	}
		ul ul span {
			font-size:20px;
		}
		ul ul li {
			margin:0 0 6px 0;
		}
		
		#footer {
	position:fixed;
	width:300px;
	height:142px;
	right:0;
	position:absolute;
	padding:20px 20px 20px 0;
}
		#header {
	position:fixed;
	width:100%;
	height:142px;
	right:0;
	position:absolute;
	padding:20px 20px 20px 0;
}
#container {
	bottom:0;
	right:0;
	position:absolute;
	padding:0 20px 20px 0;
	width:100%;
}
#menu .current a {
	color:#FFF;	
}

#home .vegas-loading {
	top:45px;	
}
#overlay {
	display:none;
	background:rgba(0, 0, 0, 0.8) url();
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}
#credits {
	display:none;
	z-index:1000;	
	position:fixed;
	top:50%;
	left:50%;
	width:600px;
	height:220px;
	margin-left:-300px;
	margin-top:-110px;
}
	#credits div {
		float:left;
	}
	#credits div.last {
		width:290px;
		text-align:left;
		padding-left:10px;
		margin-left:10px;
		border-left:1px dotted #CCC;
	}
	#credits div.first {
		width:280px;
		text-align:right;	
	}
	#credits h4, #credits p {
		margin:0 0 10px 0;
	}
