body,html{
	background-image:url(images/fundo.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}
	
#cima{ /* defini o tamanho do site*/
	margin:0 auto;
	width:900px;
	padding-top:4px;
	height:360px;
	text-align:left;
	}

#logo{ /*div onde está o logo da empresa*/
 	float:left;
	width:137px;
	height:131px;
	margin:0;
	border:0;
	}
	
#topo{ /*Aqui esta a frase desde 1974 E o MENU*/
	width:609px;
	height:131px;
 	float:left;
	text-align:right
	}


#engrenagem{ /*div que estao a engrenagem*/
 	position:relative;
	float:left;
	width:auto;
	height:auto;
}

#engrenagem1{ /*as engrenagens*/
	width:169px;
	height:208px;
	position:absolute;
	left:-25px;
	top:-20px;
	z-index:1;
}

#banner{ /*O Banner em flash */
	float:left;
	width:556px;
	height:222px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	}

#noticias{ /*css das noticias*/
	width:235px;
	height:222px;
	background-image:url(images/fundo_noticias.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:5px;
	margin-top:10px;
	padding-left:13px;
	padding-right:10px;
	padding-top:14px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#noticias a:link{
	text-decoration:none;
	color:#FFFFFF;
}

#noticias a:hover{
	text-decoration:underline;
}

#noticias a:visited{
	color:#FFFFFF;
}

.laranja{ /*Cor meio laranja do texto de noticias */
color:#ffd7ad;
}

#rodape{ /*rodape do site*/
	width:800px;
	height:20px;
	margin:0 auto;
	text-align:center;
	color:#81776d;
}