body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
	color:#fff;
	font-family:'Helvetica Neue',Helvetica,Arial,Sans-serif;
}

a {
	text-decoration:none;
}
/* ZINDEX GROUP */
.mast,.panel {
	z-index:30;
}

.outlinks {
	z-index:25;
}

.mast h2 {
	font-weight:normal;
}
#screen {
	width:100%;
	height:100%;
	background:url('../img-ui/screen_256_png24.png') repeat;
	position:fixed;
	top:0em;
	left:0em;
	z-index:4;
}

.scroll-pane {
	width:20em;
	height:100%;
}
.panel {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	padding-bottom:4em;
}
.panel-content {
	font-size:.8em;
	line-height:1.3em;
	padding:2em;
}
.panel-content  h1 {
	font-size:1.3em;
	margin:0 0 1em 0;
}
.mast {
	position:absolute;
	top:2em;
	left:2em;
}
.outlinks {
	position:absolute;
	bottom:2em;
	left:2em;
}
.outlinks li {
	float:left;
	margin:0 1em 0 0;
}
.outlinks li a {
	font-size:.7em;
	background:#222;
	padding:.5em 1em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;	
	color:#ccc;
}
.outlinks li a:hover {
	background:#444;
	color:#fff;
}
