html,  body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 62.75%;
	font-family: inherit;
	vertical-align: baseline;
	overflow: hidden;
	background-color: black;
	}


div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





.screen {
	background: url('Img/Screen_bg.jpg');
	position: absolute;
	width: 900px;
	height: 570px;
	left:50%; 
	top:50%; 
	margin:-285px 0 0 -450px; 	
	}

	#cursor {
		position: absolute;
		top:391px; 
		left:697px; 
		}

.commandBox {
	vertical-align: text-top;
	text-align: left;
	letter-spacing: 1.5px;
	color: #76EE00;
	font-family:terminal;
	font-weight: normal;
	opacity:0.2;
	filter:alpha(opacity=20);
	}

.topRight {
	font-size: 3em;
	position: absolute;
	top:427px; 
	left:378px; 
	height:60px;
	width: 330px;
	}

.MainMenu {
	border-bottom: 2px dashed #76EE00;
	font-size: 3em;
	position: absolute;
	bottom:180px; 
	left:100px; 
	width: 615px;
	display: none;
	}

	.menuHeader {
		border-top: 2px dashed #76EE00;
		width: 130px;
		height: 40px;
		cursor:pointer;
		}


	.descricao {
		padding: 7px;
		position: relative;
		bottom: -2px;
		left: 130px;
		width: 470px;
		height: 80px;
		border-bottom: 2px dashed white;
		border-right: 2px dashed white;
		text-align: right;
		}