.body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;	
	background-color:#000000
}

.texto1 {
	font-family: Georgia, Times New Roman;	
	font-size:13px;
	text-align:left;
    color: #FFFFFF;
	}	
	
	
.texto2 {
	font-family: Georgia, Times New Roman;	
	font-size:16px;
	text-align:left;
	font-weight: bold;
    color: #948B23;
	font-style:italic;
	}	


.titulo {
	font-family: Georgia, Times New Roman;	
	font-size:40px;
	font-weight: bold;
    color: #948B23;
	font-style:italic;
	}	
	
.td {
	background-image: url(img/fundo_td.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.imagem
img{
	border: none black 0px;
}
