* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}

h1 {
	font-size: 115px;
	font-weight; 800;
	line-height: 120px;
	letter-spacing: -3px;
	width: 920px;
	margin-left: 60px;
}
h2 {
	font-size: 50px;
	line-height: 90px;
	color: #999;
	width: 900px;
	margin-left: 60px;
	margin-top: 40px;
	text-transform: uppercase;
	font-style: italic;
}
h3 {
	font-size: 22px;
	line-height: 18px;
	font-weight; 800;
	color: #999;
	width: 900px;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 10px;
	
	}
h4 {
	font-size: 16px;
	font-weight; 800;
	color: #FF0;
	font-style: italic;
	margin-left: 100px;
	}
#wrapall {
	width: 900px;
	position: relative;
	margin: auto;
}
#headspace {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 900px;
	height: 50px;
}
#title {
	margin-top: 0px;
	margin-bottom: 15px;
}
#billboards {
	margin-top: 30px;
}
.spacer {
	width: 900px;
	height: 30px;
}
.posters{
	margin-top: 15px;
	margin-bottom: 15px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color:#999;
	width: 250px;
	margin-left: 100px;
	margin-bottom: 15px;
	
}
.footer {
	font-size: 11px;
	line-height: 20px;
	color:#999;
	position: relative;
	width: 900px;
	height: 150px;
	margin-left: 100px;
	
}

