*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(images/background2.png);
}

.logo{
	float: left;
	padding: 20px;
}

#footer{
	margin-top: 20px;
	color: #c78d86;
	text-align: center;

}

a{
	text-decoration: underline;
	color: #c78d86;
}

a:hover{
	text-decoration: none;
	color: white;
	
}
.footer-facebook{
	margin-bottom: -8px;
	outline: none;
}
