body {
	background : #414141;
}

#screen {
	position : absolute;
	left : 0%;
	top : 0%;
	width : 100%;
	height : 90%;
	background : #414141/*#ffffff*/;
	overflow : hidden;
	font-weight: 100;
}

#screen div, a{
	position : absolute;
	color : #ffffff;
	font-family : 'courier new', typewriter, matrix, monospace;
	/*font-weight: bold;*/
	text-decoration : none;
	cursor : default;
}

#logotipo {
	margin : -50px 0 0 0;
	position : absolute;
}


#footer {
	text-align : center;
	margin-left : 50%;
	margin-top : 35%;

}
