@charset "utf-8";
/* CSS Document */

body {
  margin: 0px 0px 0px 0px;
  background: none;
  
}

#principal {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 950px;
  margin: 0px 0px 0px -470px;
  border:1px solid  #999999;
  background:none;	
}

#topo {
  width: 950px;
  height: 70px;
  background: #AF2926;
}

#meio {
  position: relative;
  width: 950px;
  height: 505px;
  margin: 0px 0px 0px -150px;
  background:/*url(../../img/icons/fundo_hamilton.png)*/ no-repeat;

}

#comporta_meio {

  position: absolute;
  width: 950px;
  height: 505px;
  font: normal 12px verdana;
  color: #333;
  margin: 0px 0px 0px 150px;
 background:url(img/icons/fundo_hamilton.png) repeat;
  border:0px solid  #999999;
  

}

.input_contato {
  width: 200px;
  background: #fff;
  border: solid 1px  #CC0033;
  font: normal 11px verdana;
  color: #666666;
}


#rodape {
  position: absolute;
  width: 950px;
  height: 25px;
  font: normal 10px verdana;
  color: #fff;
  margin: -25px 0px 0px 0px;
  border:0px solid  #999999;
  background: #AF2926;
  clear: both;
}

.texto_padrao1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align:center;
}

