* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
}
a {
	color: #00FF00;
	margin-left: 20px;
}
#contrainerFrame {
	margin: 50px auto 0 auto;
	position: relative;
	width: 630px;
	height: 1214px;
}
#terminal {
	height: 420px;
	background-image: url(images/gloom.jpg);
	background-repeat: no-repeat;
}
#poster {
	position: absolute;
	top: 420px;
	height: 794px;
	width: 630px;
}
#powerLeds {
	position: absolute;
	top: 34px;
	left: 225px;
	background-image: url(images/power_down.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 28px;
}
#comGreen {
	position: absolute;
	top: 114px;
	left: 487px;
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}
#comBlue {
	position: absolute;
	top: 114px;
	left: 498px;
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
}
#bootLED1 {
	position: absolute;
	top: 201px;
	left: 492px;
	background-repeat: no-repeat;
	width: 13px;
	height: 14px;
}
#bootLED2 {
	position: absolute;
	top: 201px;
	left: 508px;
	background-repeat: no-repeat;
	width: 13px;
	height: 14px;
}
#display {
	position: absolute;
	display: block;
	top: 70px;
	left: 170px;
	width: 280px;
	padding: 5px;
	height: 210px;
	color: #00FF00;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
#display span {
	position: absolute;
	bottom: 0;
}
#navDev, #navPublic {
	color: #004F00;
}