html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000 url('../img/logo_sombra.gif') top left no-repeat;
}

h1 {
	font:13px Arial, Helvetica, sans-serif; color: white;
}

h2 {
	font:11px Arial, Helvetica, sans-serif; color: white;
}

a {
	color:#7c7c7c;
	font-weight:bold;
	text-decoration:none;
}

#fullscreendemo {
height:100%;
	width:100%;
	margin:0;
	padding:0;
}

#anuncis {
position:absolute;
bottom:0;
text-align:center;
width:100%;
background: #000;
}