@import url("reset.css");
@import url("form.css");
@import url("links.css");
@import url("estrutura.css");
body {
	background: #333 url(../images/bg-header.jpg) no-repeat center top;
}
body, p, span, div, fieldset, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #FFF;
}
p {
	padding-bottom:24px;
	}
	
