body {
	background: url(../img/fundo.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.btn-custom {
	background: #cf4dc2 !important;
	color: white;
	padding: 10px 30px !important;
	border-radius: 25px !important;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
	color: white;
}

#divSocial a, #divSocial a:hover, #divSocial a:active, #divSocial a:focus {
	color: white !important;
	text-decoration: none !important;
}

