@CHARSET "ISO-8859-1";

@import url('reset.css');
@import url('fonts-min.css');

html { background:url("../imagens/background.jpg") no-repeat top left; }

body {  }

.conteudo { float:left; display:table; width:98%; height:280px; background:url("../imagens/marca_background.png") no-repeat top left; }
.rodape { float:left; width:90%; height:300px; padding-left:5%; }
.rodape h1 { font-size:1.4em; font-weight:bold; color:#777; line-height:24px; float:left; clear:left; width:90%; }
.rodape h2 { font-size:1.2em; font-weight:bold; color:#999; line-height:22px; }
.rodape h3 { font-size:1.2em; font-weight:bold; color:#999; }
.rodape h3 a { color:#999; text-decoration:none; padding-bottom:1px; border-bottom:2px solid #999;  }
