/* Folha de estilo */

body{
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#conteudo{
	margin: 0px auto auto;
	width: 900px;
	height: 700px;
}
#topo{
	margin: 0px;
	width: 900px;
	height: 50px;
}
#plataforma_flahs{
	margin: 0px;
	width: 900px;
	height: 332px;
}