<!--
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0 ; /* zerando a margem de todas as tags */
 	padding: 0;
}

html, body {
  height: 100%;
  /* background-image: url(../images/bg2.jpg) ; */
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #500507;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #ffd000;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

p, h1 {
  margin: 15px 25px;

}

li {
  margin: 0px 25px;
  list-style: disc;
}

input, textarea {
  border: 1px solid #808080;
  background: #2B2B2B;
}

#tudo {
  width: 100%;
/*  min-height:90%; */
/*  min-height: 100%; /* Firefox (para o rodapé ficar visível) */
/*  height: 1100px;     /* IE      (para o rodapé ficar visível) */
  margin: 0 auto	0 auto;
	border: 0px solid #000;
}

#container {
  margin: auto;
	border: 0px solid #F00;
  height: 955px;
  text-align: center;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#titulo h1 {
	text-indent: -9000px;
	overflow: hidden;
/*	width:largura da imagem;
	height:altura da imagem;
	background:url(endereço da imagem); */

}


#rodape {
  clear: both;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0 0 20px;
}

#rodape p, #rodape a {
  color: #CA686B;
}

#rodape a:hover {
  color: #CCC;
	text-decoration: underline;
}

#rodape p, #rodape a {
  text-align: center;
  margin: 5px 0 0 5px;
}

#rodape a {
	text-decoration: none;
}

#rodape a:active {
	color: #CCC;
}

-->
