* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../imagens/bg.jpg);
	background-position:top;
	font-family: tahoma;
	font-size: 10px;
	color: #888888;	
	
}

#flash {
	position: absolute;
	width: 775px;
	height: 430px;
	top: 50%;
	left: 50%;
	margin-left: -387px;
	margin-top: -215px;
}


