body {
	background-color: #317d92;
	// background-image: url('bottomfade.png');
	background-repeat: repeat-x;
	background-position: 10px left;
	color: white;
	border: 0;
	padding: 0;
	margin: 0;
}
div#topbox {
	display: block;
	background-color: #317d92;
	background-image: url('topfade.png');
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 215px;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: -1;
}
div#citybox {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	background-color: none;
	background-image: url('city.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	height: 132px;
	border: 0;
	padding: 0;
	margin: 0;


	background-image: none;
	height: 0px;
}
div.video {
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.float {
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 40px;
	border: 0;
}
div.slide {
	line-height: 100%;
	width: 100%;
	margin: 0 auto;
	border: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 120px;
}
div.titlebox {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	margin-bottom: 1.4em;
}
div.slide h1,
h2 {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'arial', sans-serif;
	font-weight: bold;
	font-size: 5em;
	color: white;
	letter-spacing: -10;
	line-height: 1em;
}
h1 {
	margin-bottom: 0;
}
h2 {
	font-size: 3em;
	letter-spacing: -8;
}
p,
li {
	font-family: 'arial', sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: white;
	line-height: 100%;
	letter-spacing: -1;
}
p {
	margin-left: 0;
}
.center {
	text-align: center;
}
ul.center li {
	list-style-type: none;
}
ul.links li {
	text-align: center;
	list-style-type: none;
	font-size: 0.5em;
	color: white;
}
p.aside,
span.credit {
	display: inline;
	font-weight: normal;
	font-size: 0.8em;
}
p.aside {
	display: block;
	font-size: 1em;
}
a,
li a,
a:active,
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}
