html {
}
body {
	background:#000;
	color:#FFFFFF;
	text-align:right;
	font:16px "Courier New", Courier, monospace;
	text-transform:lowercase;
	text-shadow:0 2px 1px #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);	
}

#navbar {position:absolute;left:20px;top:10px;text-align:left;width:100%;height:20px;opacity:0.6}

h1 {
	font-size:70px;
	letter-spacing:-1px;	
	line-height:40px;
	margin:10px 0;
	color: #727272;
	text-shadow:0 3px 3px #000000;
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
}
h2 {
	font-size:40px;
	line-height:30px;
	margin:10px 0;
	color: #575757;
	text-shadow:0 2px 2px #000000;
}
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size:25px;
	margin:0.2em 0;
	color: #575757;
	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;
}

a {
	color:#D0D0D0;
	text-decoration:none;	
}
a:hover {
	color:#FFFF00;	
}

#container {
	bottom:0;
	right:0;
	position:absolute;
	padding:0 20px 20px 0;
	width:800px;
}
#menu .current a {
	color:#FFF;	
}
#home .vegas-loading {
	top:45px;	
}
#overlay {
	display:none;
	background:url(http://vegas.jaysalvat.com/images/alpha.png);
	background:rgba(0, 0, 0, 0.8) url(styles00.css);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}
#content {
	text-align:left;
	position:relative;
	top:10%;
	left:20%;
	height:0%;
	padding:0;
	margin:0;
	z-index:100;
}
	#content .scrollable {
		height:99%;
		padding:10px 15px;
		outline:none;
		overflow:hidden;
	}
	#content p {
		font:14px Arial, Helvetica, sans-serif;
		line-height:1.6;
		text-transform:none;	
	}
	#content pre {
		width:101%;		
		font:14px "Courier New", Courier, monospace;
		text-transform:none;
		background:url(http://working-storage-section.de/pictures/wssalpha.png);
		padding:20px;
		margin-left:-20px;
	}
	#content code {
		font:11px "Courier New", Courier, monospace;
		text-transform:none;
	}
