body{
	background-color:#FAFAF3;
	margin:0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
}
body, td, th {
	color:#4B4A47;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#conteiner-general{
	width:508px;
	height:296px;
	margin:auto;
	background-image:url(../imagens/fundo-construcao.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
	padding-top:190px;
	padding-left:200px;
}

/*-- titulo --*/
#header{
	width:100%;
	height:90px;
	top:0px;
	left:0px;
	z-index:5;
	position:absolute;
	top:94px;
	left:79px;
}
.conteiner-header{
	width:708px;
	margin:auto;
	position:relative;
}

#header .titulo{
	position:absolute;
	font-size:40px;
	font-weight:bold;
}
#header .t1{
	left:24px;
	top:11px;
}
#header .t2{
	left:112px;
	top:45px;
}
#header .t3{
	font-size:14px;
	color:#BDD468;
	left:25px;
	top:45px;
}

.saudacao{
	color:#8FAB62;
	font-size:34px;
	font-weight:bold;
	text-align:left;
}
a{
	color:#8FAB62;
	font-weight:bold;
}

.exibe-frases{
	font-weight:bold;
}