@charset "iso-8859-1";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
 @import url(reset.css); /* --- RESET --- */
 
 
span {
	font: 20px/25px 'clanlf-book', Arial, Helvetica, sans-serif;
	color: #ffd200;	
}

p {
	font: 17px/24px 'clanlf-book', Arial, Helvetica, sans-serif;
	color: #fff;	
}
 
/* --------------------------------------------------- BG --------------------------------------------------------------- */

#geral {
	background: url(../imagens/bg.jpg) no-repeat;
	width: 100%;
	height: 100%;	
	display: block;
}

#geral #conteudo {
	width: 960px;
	margin: 0 auto;
}
	/* -------- Left -------- */
	#geral #conteudo #left{
		float: left;
		width: 463px;
		height: 336px;
	}
	#geral #conteudo #left span {
		float: left;
		width: 250px;
		margin-bottom: 20px;
		text-shadow: 2px 3px 3px #000000;
	}
	#geral #conteudo p {
		float: left;
		width: 340px;
		margin-bottom: 22px;
		text-shadow: 2px 3px 3px #000000;
	}
	#geral #conteudo p a {
		text-decoration: none;
	}
		#geral #conteudo p a:hover {
			color: #ffd200;
		}
	
	
	#geral #conteudo .right{
		float: right;
		width: 463px;
		height: 336px;
	}


   
	
#geral #conteudo h1 {
	float: left;
	width: 421px;
	height: 112px;
	background: url(../imagens/logotipo.png) no-repeat top center;
	text-indent: -9999;
	font-size: 0;
}

/* -------- Right -------- */

#geral #conteudo .right div{
	float: right;
    height: 266px;
    margin-bottom: 20px;
    text-align: right;
    width: 463px;
    z-index: 2;
}
	#geral #conteudo .right div object{
		z-index: 0;
	}


#geral #conteudo a[title="Wsete Design"] {
	float: right;
	width: 28px;
	height: 28px;
	bottom: 0;
	background: url(../imagens/w7.png) no-repeat top center;
	text-indent: -9999;
	font-size: 0;
}

