@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bg_home.jpg) fixed;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
}
/***********************
PRINCIPAIS
***********************/

#tudo{
	position:absolute; left:50%; margin-left:-300px;
	width:600px;
}

#LateralEsquerda, #Centro, #LateralDireita{
	height:700px;
	float:left;	
}
#LateralEsquerda{
	background: url(images/LateralEsquerda.png) no-repeat;
	width:15px;	
}

#Centro{
	width:565px;
}

#LateralDireita{
	background: url(images/LateralDireita.png) no-repeat;
	width:20px;
}
#Topo, #Banner, #PosBanner, #Rodape{
	width:565px;
	float:left;	
}
#Topo{
	height:139px;
}

#Banner{
	border:none;
	height:150px;
	background: url(images/Banner.png) no-repeat;
}
#PosBanner{
	height:40px;
	background: url(images/PosBanner.png) no-repeat;	
}

#Lado1{
	float:left;
	width:361px;
	height:290px;	
}
#Lado2{
	
	float:left;
	width:204px;
	height:290px;	
}
#Rodape{
	width:565px;
	float:left;
	height:81px;	
	background: url(images/Rodape.png) no-repeat;
}
/**************
BOTOES
**************/
#Facebook, #Orkut, #Email, #Twitter, #Msn{
	width:361px;
	height:58px;
	float:left;	
}



