body{
	/*background-color:rgb(100,50,200);*/
	background-color:black;
	font-family:sans-serif;
	font-size:15;
}
img.bgimg{
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	position:absolute;
	z-index:-1;
}

span.main, span.footer, span.header, span.divider, span.leftbar{
	border-color:rgb(0,0,0);
	border-style:solid;
	border-width:1px;
	z-index:0;
}

span.header{
	/*background-color:rgb(255,255,115);*/
	background-color:rgb(32,32,32);
	background-image:url(images/header.png);
	position:absolute;
	height:80px;
	left:15%;
	right:15%;
	top:16px;
	z-index:1;
}
span.title{
	/*background-color:rgb(166,166,0);*/
	background-color:transparent;
	position:absolute;
	left:0px;
	right:0px;
	height:96px;
	bottom:-8px;
	background-image:url(images/dyslogo.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

span.divider{
	background-color:rgb(137,137,137);
	background-image:url(images/divider.png);
	position:absolute;
	right:15%;
	height:16px;
	left:15%;
	top:96px;
}

span.leftbar{
	/*background-color:rgb(96,37,128);*/
	background-color:rgb(32,32,32);
	position:absolute;
	width:19%;
	height:auto;
	left:10%;
	top:112px;
	bottom:48px;
	z-index:2;
	border-width:1px;
	padding-left:1px;
}
span.leftbar a:link, a:visited, a:hover{
	color:rgb(150,150,150);
	border-color:black;
	border-width:1px;
	background-color:rgb(32,32,32);
	background-image:url(images/links3.png);
	font-family:courier new, monospace;
	text-transform:uppercase;
	border-style:solid;
	left:-2px;
	top:-1px;
	position:relative;
	text-decoration:none;
	padding:5px;
	padding-right:10px;
	display:block;
	z-index:1;
	text-align:right;
}
span.leftbar a:hover{
	color:rgb(200,200,200);
}
span.leftscreenholder{
	position:absolute;
	width:100%;
	top:289px;
	left:-1px;
	bottom:0px;
	border-width:1px;
	border-color:black;
	border-style:solid;
	background-color:transparent;
	display:block;
	z-index:10;
}
span.leftscreen{
	font-family:courier new, monospace;
	color:rgb(0,240,0);
	position:absolute;
	background-color:black;
	border-style:solid;
	border-width:2px;
	border-color:rgb(128,128,128);
	top:15px;
	left:13px;
	right:16px;
	bottom:16px;
	padding:10px;
	z-index:0;
}
img.lsbg, img.rsbg{
	width:100%;
	height:100%;
}

span.main{
	/*background-color:rgb(173,102,213);*/
	background-color:rgb(32,32,32);
	position:absolute;
	width:61%;
	height:auto;
	right:10%;
	top:112px;
	bottom:48px;
	z-index:2;
	border-color:black;
	color:rgb(200,200,200);
}
span.content{
	background-color:black;
	font-family:courier new, monospace;
	color:rgb(0,240,0);
	border-style:solid;
	border-color:rgb(128,128,128);
	border-width:2px;
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	bottom:22px;
	padding:15px;
}

span.footer{
	background-color:rgb(137,137,137);
	background-image:url(images/footer.png);
	position:fixed;
	right:10%;
	height:32px;
	left:10%;
	bottom:16px;
	z-index:3;
}
