/* CSS Document */

body	{
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
}

#container	{
	width: 800px;
	height: 500px;
	background-image: url(../img/site.jpg);
	margin: auto;
}
#footer	{
	width: 100%;
	height: 100%;
	background-color: #b99f6c;
	background-repeat: repeat;
	float: left;
}
