* {
padding: 0;
margin: 0;
}

html, body {
	font: Arial;
	font-size:16px;
	color: #6eab24;
	margin: 0;
	padding: 0;	
    text-decoration : none;	
	/*overflow:hidden;	*/
	min-width:320px;
	/*height: 100%;*/
	font: normal 11px Arial, Helvetica, sans-serif;
}
#container{
	min-height: 200px;	
}

.pagebg {background-image: url("../imagens/imagem1.jpg"); background-repeat:no-repeat; background-size: 100%;}

#imagemFundo{	
	clear:both;
	position:absolute;		
	bottom:0px;
	width:100%;
	height:100%;
	background-image: url("../imagens/imagem1.jpg");
	background-repeat:no-repeat;
	/*background-size:100% 100%;/*sem manter a escala*/
	background-size:cover; /*manter a escala*/	
}
#blackArea{
	clear:both;
	position:absolute;		
	bottom:0px;
	width:100%;
	height:280px;
	background:#000;
	border:0px solid #7a7a7a;
	opacity:0.7;
}
#txtArea{
	clear:both;
	position:absolute;
	bottom:20px;
	margin:0 0 0 30px;
	padding:0;	
}
#logo{float:left;}
#txtInfo{float:left; color:#fff; margin:10px 0 0 0; font-weight:normal;}
#txtInfo a{text-decoration : none; color:#ffffff;}

#icoFacebook{margin:10px 0 0 0;}

.pattern{position: absolute; top:0; left:0; width: 100%; height: 100%; background-image: url("../imagens/pattern.png"); background-repeat: repeat; z-index: -1}