html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:justify;
	background:#000;
}
div {
	background-position:center top;
	background-repeat:no-repeat;
}
#bg {
	background-attachment:fixed;
	position:absolute;
	background-position:center bottom;
	background-color:black;
	height:100%;
	width:100%;
	overflow:hidden;
	position:fixed;
}
#lines-top {
	width:100%;
	height:80px;
	background:url("img/lines.png") repeat-x;
	position:absolute;
	position:fixed;
}
#frame {
	position:absolute;
	width:960px;
	height:300px;
	top:30px;
	left:50%;
	margin-left:-480px;
	background:none;
	color:#fff;
}
#header {
	height:350px;
	background:url("img/header.png") no-repeat;
	margin-bottom:-200px;
}
#corpo {
	background:url("img/corpo.png") no-repeat;
	background-position:0 190px;
	padding-bottom:10px;
}
#footer {
	height:150px;
	background:url("img/footer.png") no-repeat;
	padding-top:10px;
}

#header-content {
	position:absolute;
}
h1 {
	margin:120px 0 0 130px;
	font-size:16px;
	font-weight:normal;
	color:#F78E1E;
}
.content {
	padding:0 130px 0 130px;
	position:relative;
}
.content {
	padding:0 130px 0 130px;
	position:relative;
}
h2, h3 {
	margin:10px 0 3px 0;
	font-size:11px;
	font-weight:normal;
	color:#F78E1E;
}
p {
	margin:2px 0 0 0;
}
a:link, a:visited, a:active {
	color:#fff;
	color:#0090CC;
	text-decoration:none;
}
a:hover {
	color:#F78E1E;
}
#footer  a:link, #footer  a:visited, #footer  a:active {
	color:#F78E1E;
}
#footer a:hover {
	color:#fff;
}
h1 a:link, h1 a:visited, h1 a:active {
	color:#F78E1E;
}
h1 a:hover {
	color:#fff;
	text-decoration:none;
}