	html {
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #000;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;

	}
	
	p { 
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	
	}
	
	#div_container {
		position: absolute;
		height: 450px;
		width: 450px;
		margin-top: 0px;
		margin-left: -225px;
		left: 50%;
		cursor: crosshair;

	}
	
	#div_enter {
		position: absolute;
		border: none;
		width: 216px;
		height: 35px;
		top: 500px;
		margin-left: -108px;
		left: 50%;
		cursor: pointer;
	}
	
	#img {
		border: none;
	}
	
	a:link {
		text-decoration: none;
		border: none;
		color: black;
	}
	
	a:hover {
		text-decoration: none;
		border: none;
		color: black;
	}
	
	a:visited {
		text-decoration: none;
		border: none;
		color: black;
	}
	
	#entra {
		border: none;
		width: 215px;
		height: 35px;
	}
