/* CSS Fambuena */

body {
	background-color: white;
	border: 0;
	padding: 0;
	margin: 0;
	font-family:verdana,arial,helvetica;
	font-size: 10px;
}

#encaix {
	position: absolute;
	top: 50%; left:0;
	margin-top: -250px;
	width: 100%;
	height: 500px;
}

#avis {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 12px;
	background-color: black;
	color: white;
	text-align: center;
	padding: 1px 0 2px 0;
}

#copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 400px;
	height: 30px;
	margin-left: -416px;
	font-size: 8px;
	color: #202020;
}

