* {
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.2em;
    margin-bottom: 1.2em;
    text-align: center;
}

a img { border: 0; }

h1 {
	font: 48px "Courier New", Courier, monospace;
	color: #fff;
	text-align: center;
	margin-top: 40%;
}

img#background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#page-wrap {
	width: 860px;
	margin: auto;
}

a {
	color: #ffffff;
    text-decoration: none;
}

a:hover {
	color: #ffffff;
    text-decoration: underline;
}

li {
	list-style: none;
	margin-left: 25px;
}

li.city {
	font: 1.1em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: 3px #000 solid;
    
}