body {
	background-color: #ec7a24;
}

#logo {
	display:block;
	height:100px;
	text-indent:-9999px;
	background-image: url(../img/Logo_Fidentum.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	margin-top: 100px;
	
}
p {
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 24px;
	color: white;
	font-weight: lighter;
}