html,body {
	margin: 0;
	padding: 0;
	background:url(img/bg.jpg) no-repeat right bottom #000;
	background-attachment:fixed; 
   }

a:link, a:visited{
   color:#6BADD1;
   }
   
a:hover{ 
   color:#9999FF;
   text-decoration:overline;
   }  
    
#geral{
    position:relative;
	width:730px;
	font-family:arial, 'sans-serif';
	font-size:12px;
	color:#fff;	
	margin-left:8px;
    }

h2{
   display:block;
   width:100%;
   color:#061e2a;
   font-size:24px;
   font-weight:bold;
   }
   
h1{
   display:block;
   width:100%;
   color:#6BADD1;
   font-size:14px;
   font-weight:bold;
   }
   
h1 strong{
    text-decoration:none;
	font-size:10px;
	color:#fff;
	font-weight:normal;
   }   
   
p{
   text-align:center;
   margin-bottom:62px;
   }   
   
p.direita {
  text-align:right;
  font-size:10px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom:1px solid #042C39;
  }   
   
p.direita a{
  text-decoration:none;
  } 
   
.campos{
  width: 255px;
  height:55px;
  padding: 4px;
  background-color:#000;
  border: 1px solid #061E2A;
  color:#ccc;
  }
  
/* TOPO */
#topo{
   position: fixed;
   z-index:1;
   width:256px;
   height:406px;
   border-bottom: 1px solid #042C39;
   right:0;
   }
   
/* RODAPE */
#rodape {
   position: fixed;
   z-index:1;
   width:100%;
   padding: 15px 0;
   height: 42px;
   border-top: 1px solid #042C39;
   border-bottom: 1px solid #042C39;   
   background-color: #000;
   bottom:0;
   }
   
.rodape img{
   margin-left: 8px;
   }   
