body {
	text-align: center; 
	font-family: Verdana; 
	color:#666666; 
	font-size: 11px;
	margin: 0px; 
	padding: 0px; 
	background-color:#ffffff;
}
/* WRAPPER */
#wrapper {
	height: 100%;
}
/* HEADER */
#header {
	border-bottom: 0px solid #FFCB00;
	height: 180px;
}
#header .logo {
	background: url("images/logo.png") no-repeat center center;
	height: 99px;
	margin-top: 50px;
}
#header .online {
	height: 99px;
	margin-top: 70px;
}

/* CONTENT */
#content {
	
}
.titulo_mensagem 
{
	margin-top: 0px;
	font-weight: bold;
	font-size: 20px;
}
.mensagem {
	margin-top: 30px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.contactos {
	margin-top: 10px;
	margin-left: 25px;
	text-align: left;
}
.contactos ul {
	list-style-type: circle;
	text-align: left;
	padding-left: 13px;
}
.contactos ul li {
	text-align: left;
	line-height: 25px;
}


