body {
	background-image: url("/images/background.png");
	background-repeat: repeat;
}
h1 {
	 background-color:rgba(255, 255, 255, 0.9);
	 text-align:center;
}
p {
	text-align:center;
}