body{
	margin:0;
	background: url('background.jpg');
}
p{
	font-family:helvetica;
	font-size:16px;
	color:#444;
	font-weight:500;
	font-style:italic;
}
#master-topbar{
	position:absolute;
	width:100%;
	height:15px;
	background:#0C5E92;
}
#master{
	position:relative;
	margin-left:50%;
	left:-490px;
	width:980px;
	height:auto;
}
#cabecalho img{
	position:relative;
	margin-top:60px;
	margin-left:260px;
	margin-bottom:40px;
}
#cabecalho h6{
	position:absolute;
	top:100px;
	left:660px;
	font-family:helvetica;
	color:#666;
	font-size:16px;
}

.connection-divisor{
	position:relative;
	width:100%;
	border-bottom:1px solid #7BBEE1;
}
.connection-divisor img{
	position:relative;
	margin:5px;
}
.connection-divisor h4{
	position:absolute;
	top:0;
	left: 40px;
	margin:2;
	font-family:helvetica;
	font-size:25px;
	font-weight:normal;
	color:#79BCE1;
}
