body {
	background: top center fixed no-repeat url(images/YouLeftUs_bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
article {
	background: white;
	width: 850px;
	margin: 25px auto 25px auto;
	padding: 10px;
	text-align: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #de270f;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}