@import url("reset.css");
html, body {
	height: 100%;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000;
}

body{
/*	background:url(../_imagens/fundo.jpg) no-repeat center center fixed;*/
	min-width:990px;
	min-height:590px;
}
html{overflow:auto;}

#container {
	position:relative;
	width:100%;
	height:100%;
	min-height: 100%;
}

/* hack para IE6 que trata height como min-height */
* html #container {
	position:relative;
	height: 100%;
}

#descricao{ font-size:0px; text-align:center; display:none;}

object { outline:none;}
