@charset "UTF-8";

html {
		height: 100%;
		overflow: hidden;
	}
	
body {
	background: #330000 url(../images/palha_escura.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}
#flash {
	position: absolute;
	margin-left: -800px;
	margin-top: -600px;
	top: 50%;
	left: 50%;
	background: url(../images/textura_palha.jpg);
}
