* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color: #333;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

h1 {
	font-size: 115px;
	font-weight; 800;
	font-style: italic;
	line-height: 120px;
	letter-spacing: -3px;
	width: 920px;
	margin-left: 110px;
}
h2 {
	font-size: 50px;
	line-height: 90px;
	color: #999;
	width: 900px;
	margin-left: 110px;
	margin-top: 40px;
	text-transform: uppercase;
	font-style: italic;
}
h3 {
	font-size: 50px;
	line-height: 60px;
	font-weight; 800;
	color: #999;
	line-height: 60px;
	width: 900px;
	margin-left: 110px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-style: italic;
	}
h4 {
	font-size: 50px;
	font-weight; 800;
	color: #999;
	font-style: italic;
	margin-left: 110px;
	}
#wrapall {
	width: 1024px;
	position: relative;
	margin: auto;
}
#title {
	margin-bottom: 40px;
}
.spacer {
	height: 60px;
}
.posters{
	margin-top: 40px;
	margin-bottom: 40px;
}
p {
	font-size: 48px;
	line-height: 90px;
	color:#999;
	width: 800px;
	margin-left: 110px;
	margin-bottom: 40px;
	
}
#ptflogo {
	margin-left: 40px;
}
#footer {
	font-size: 40px;
	position: absolute;
	z-index: 10;
	margin-top: 40px
}
#footerpanel {
	background-color: #333;
	width: 1024px;
	height: 400px;
	position: absolute;
	z-index: -1;
}
	