body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #cccccc;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

form {
	padding: 0px;
	margin: 0px;
}

#siteIndex {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #222222;
	background-color: #333333;
	padding: 5px;
}

#siteIndex ul, #siteIndex ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#siteIndex ul li a {
	color: #008000;
}

#siteIndex ul li a:hover {
	color: #80FF80;
}

#content {
	margin: 10px;
}

#content .project {
	position: absolute;
	/*color: #ffffff;*/
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	background-color: #333333;
	padding: 5px;
}

#content .shortcut {
	width: 100px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#under-construction {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	text-align: center;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #444444;
	background-color: #333333;
	padding: 5px;
}

/*******************************************************/

#terminal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
}

#icons {
	position: absolute;
	bottom: 25px;
	left: 0px;
	padding: 10px;
}

#icons .icon {
	float: left;
}

.frame {
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #222222;
	border-right: 1px solid #222222;
	background-color: #333333;
	padding:2px;
	overflow:hidden;
}

.frame h1 {
	margin:0px;
	padding:0px;
	font-family:courier,monospace;
}
	

.inner {
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	background-color: #101010;
	padding:2px;
	width:100%;
	height:100%;
	font-family:courier,monospace;
}
