body {
	font-family: helvetica;
	background-image: url('city2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

h1 {
	color: white;
	text-shadow: 2px 2px black;
	text-align: center;
	font-size: 150px;
}
