/*POSICIONAMENTO BÁSICO E FONTE PADRÃO*/
body {
	margin: 0px;
	background-color: #FFF;
}

#container {
	width: 800px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	background: url(imagens/bg_container.png) repeat-x;
}
