/* CSS Document */

body	{
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
}

#container	{
	width: 770px;
	height: 550px;
	background-image: url(../img/fundo.jpg);
	margin: auto;
}
#banner	{
	width: 600px;
	height: 401px;
	float: left;
	margin-left: 125px;
	margin-top: 225px;
}
