h1 {
    text-align : center;
}
body {
    background-image: url("/images/backgroundCross.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;    
}
