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

html, body {
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	background:url(imagens/bg.jpg) center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

#alvo {
	position: absolute;
	text-align: center;
	width:500px;
}

#footer {
	bottom: 0;
	position: absolute;
	width: 80%;
	text-align: center;
	padding: 2% 10%;
	font-size:10px;
	color:#FFF;
}

#alvo a {
	color:#FFF;
}