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

* 			{ border:none; padding:0; margin:0 auto }
html, body 	{ height:100% }


#site 				{ height:100%; width:100% }
#conteudo 			{ background:url(../imagens/fundo.jpg); height:97%; padding:10px }

h1					{ margin-top:15%; font-size:100px; text-decoration:bold; color:#7D0000 }
h2					{ font-size:73px; color:#333 }
h1, h2, p			{ font-family:Tahoma, Geneva, sans-serif; text-align:center}
p,a					{ color:#7D0000; text-align:right }

.align-left		{ text-align:left }
.align-center	{ text-align:center }
.align-right	{ text-align:right }
