@charset "utf-8";

html { 
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}

body {
	background-attachment: fixed;
	background-image: url(../imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	height:100%;
}


.flash {
	position: relative;
	width: 100% auto;
	height:100%;
	border: 0px solid #f66;
}

