body {
	background: url('background.jpeg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a,
a:link {
	color: #ffffff;
}

h4,
h3,
p {
	background-color: rgba(0,0,0, 0.5);
	color: #ffffff;
	text-align: center;
}

h4 {
	margin-top: 10px;
	margin-bottom:0px;
}

h3 {
	padding-top:5px;
	padding-bottom:5px;
}
