html, body{
	margin: 0;
	padding: 0;
}
a img{
	border: none;
}
#wrapper{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
#wrapper:hover{
	cursor: pointer;
}
#content{
	position: absolute;
	float: left;
	top: 50%;
	left: 50%;
	width: 44%;
	text-align: center;
	/*display: none;*/
}
#logo-1,
#logo-2,
#claim{
	width: 100%;
	position: relative;
}

#logo-1{
	top: -700px
}

#logo-2{
	bottom: -1000px
}

#claim{
	visibility: hidden;
}
#entra-wrapper{
	margin-top: 2em;
	height: 1em;
}
#entra{
	display: block;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	display: none;
}
#entra:hover{
	text-decoration: underline;
}

