* {
	 margin: 0;
	 padding: 0;  
}

#conteudo{
	 width: 100%;
	 height: 100%;	
     display: block;
}

body, html {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;	
	height: 100%;
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
	color: #000;
}

.no-popup{
 	color: #000000;
	font-weight: bold;
	width: 100%;	
}

noscript div {
	position: absolute;
	top: 0;
	width: 100%;
}



