body {
	background: url(../_imgs/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
}

section#corpo  {
	position:relative;
	width:800px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-400px;
}

p {
	text-shadow: 1px 1px 5px #606060;
	font-size: 26pt;
	color: white;
	text-align:center;
}

a {
	text-decoration:none;
	font-size:14pt;
	color: #FFF;
	text-shadow:1px 1px 3px #606060;
	text-align:center;
}