@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
html, body { height: 100%;}
body {
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #21425e;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size: 18px;
	text-align: center;
}
#quero {
	position: absolute;
	display: block;
	width: 330px;
	height: 40px;
	top: 220px;
	left: 50%;
	margin-left: -170px;
	cursor: pointer;
}
