* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url('images/bg.jpg') #750003;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #fff;
}

.spacer {
	height: 300px;
	clear: both;
}

#text {
	margin-left: 56px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #bc0016;
}
p {
	line-height: 1.4em;
}
