* {
	margin: 0;
	padding: 0
}
html { height: 100% }
body {
	text-align: center;
    font-family:"Lucida Grande","Lucida Sans Unicode",Calibri,Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
	font-size: 62.5%;
	color: #ccc;
	background: #000 url("../img/bg.jpg") repeat
}
img { border: 0 }

#superior, #main {
	width: 946px;
	margin: 0 auto;
	padding: 10px
}
#main { 
	margin-top: -4px;
	background: url("../img/main.png") repeat
}
#superior { height: 80px }
#logo {
	text-indent: -10001px;
	overflow: hidden;
	width: 430px;
	height: 60px;
	margin-top: 10px;
	float: left;
	background: url("../img/logo.png") no-repeat
}

#autor {
	text-indent: -10001px;
	width: 105px;
	margin-top: 5px;
	height: 70px;
	float: right;
	background: url("../img/autor.png") no-repeat
}

#conteudo {
	font-size: 1.2em;
	text-align: center;
	width: 920px;
	float: left;
	padding: 15px 15px 50px
}
#conteudo h1 {
	line-height: 1.6em;
	margin: 30px 0;
}
#conteudo a { color: #64c8ff }
#conteudo a:hover { color: #c8ff64 }

#rodape { 
	border-top: 1px #333 dashed;
	padding: 20px 0 10px;
	clear: both
}
#rodape p { line-height: 1.7em }
#rodape a { color: #dcc8aa }
#rodape a:hover { color: #ffe6c8 }