@charset "utf-8";
/* CSS Document */

*html, body, div, li, a {
	margin: 0;
	padding: 0;
	scroll: auto;
	height: 100%;
}
html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background: url(imagens/fundo.png) repeat-x top center;
	background-color: #78C6EC;
}
#base {
	background: url(imagens/final_site.png) repeat-y top center;
	height: 100%;
}	
#flash {
	margin: 0 auto;
	width: 999px;
	height: 615px;
	padding: 0;
	border: 0;
}