@charset "UTF-8";
/* CSS Document */

img, #logo, #enter {
	behavior: url(iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
	background: #00a5db url(images/cover-bkg-pv11.jpg) no-repeat top center;
}

#logo {
	width: 400px;
	height: 150px;
	background: url(images/anna-logo-cover-pv11.png) no-repeat center;
}

#franja {
	position: absolute;
	top: 70%;
	width: 100%;
	height: 83px;
	background: #00a5dd;
	border-top: 7px #ffb27a solid;
	z-index: 100;
}

.enterGif {
	padding: 0 100px;
	float: right;
}

#enter {
	position: absolute;
	width: 400px;
	height: 369px;
	background: url(images/enter-oi10.png) no-repeat;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ffb27a;
	text-decoration: none;
}

