html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	overflow-y:hidden;
}

body, div, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

body{
	background-image:url("../img/fundo.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#43b1cc;
}

#flash{
	width:100%;
	height:100%;
}

.static{
	bottom:10px;
	display:block;
	height:17px;
	position:fixed;
	right:10px;
	width:30px;		
}
	
.static a{
	background: url(../img/gommo.png) no-repeat;
	display:block;
	height:100%;
	outline: 0;
	text-indent:-9999px;
	width:100%;
}