/* CSS Document */

#site
	{
		width:800px;
		height:100%;
		margin:0px auto 0px auto;
		font-family:tahoma, Arial;
		font-size:12px;
	}
#topo-site
	{
		width:800px;
		height:325px;
	}
#corpo-site
	{
		width:800px;
		height:100%;
		background-image:url(img/fundo-corpo.png);
		background-repeat:repeat-y;
		padding-top:10px;
	}
#conteudo-corpo
	{
		padding-left:10px;
		padding-right:10px;
	}
#rodape-site
	{
		width:800px;
		height:72px;
		background-image:url(img/rodape.png);
	}
