body {
	background-color: #000000;
	background-image: url("layout/cover2011.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100px;

	text-align: center;
}

a {
	font-family: tahoma, arial, helvetica, "sans serif";
	font-size: 10px;
  	color: #ffffff;
	
}

a:hover {
	color: red;
}

a.entra {
	font-variant: small-caps;
	text-decoration: none;
	background-color: #ff0000;
	padding: 0px 10px 0px 10px;
}

a.entra:hover {
	color: white;
}

p {
	font-family: tahoma, arial, helvetica, "sans serif";
	font-size: 9px;
	color: #ffffff;
}

img {
	border: none;
}

#footer {
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

