* {
	padding:			0px;
	margin:				0px;
	font-family:		'Voltaire', sans-serif;
	font-size:			14px;
}

html, body {
	width:				100%;
	height:				100%;
	background:			#ececec url('../images/background.jpg') no-repeat top center;
	overflow-x:			hidden;
}

#container {
	position:			relative;
	width:				960px;
	height:				100%;
	left:				50%;
	margin-left:		-480px;
	text-align:			center;
}

#corpo {
	float:left;
	width: 940px;
	height: 400px;
	padding: 10px;
	text-align: center;
	margin-top: 180px;
}

a {
	font-size: 1em;
	color: #589;
	text-shadow: 0px 1px 0px #FFF;
	margin-top: 30px;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1 {
	font-size: 5em;
	color: #777;
	text-shadow: 0px 1px 0px #FFF;
}

p {
	font-size: 1.2em;
	color: #8C8C8C;
	text-shadow: 0px 1px 0px #FFF;
	margin-top: 50px;
}
