@charset "UTF-8";
*{
	margin:0; padding:0}
	
html, body{
	height:100%;
	width:100%;
	overflow:hidden;
	}
body {
	font-family: "Courier New", Courier, monospace;
	background-color: #000;
}
#container{
	height:100%;
	width:100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
img {
	border: 1px solid #000;
}
.enlaces {
	color: #FFF;
}
#imagen {
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}
