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

h1 {
	font-size: 115px;
	font-weight; 800;
	font-style: italic;
	line-height: 120px;
	letter-spacing: -3px;
	margin-left: 110px;
}
h2 {
	font-size: 50px;
	line-height: 90px;
	color: #666;
	margin-left: 110px;
	margin-top: 40px;
	text-transform: uppercase;
	font-style: italic;
}
h3 {
	font-size: 50px;
	line-height: 60px;
	font-weight; 800;
	color: #666;
	line-height: 60px;
	margin-left: 110px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-style: italic;
	}
h4 {
	font-size: 50px;
	font-weight; 800;
	color: #666;
	font-style: italic;
	margin-left: 110px;
	}
#wrapall {
	width: 1024px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -512px;
}
#title {
	margin-bottom: 40px;
}
#smallspacer {
	height: 10px;
}
.spacer {
	height: 60px;
}
.posters{
	margin-top: 40px;
	margin-bottom: 40px;
}
p {
	font-size: 48px;
	line-height: 90px;
	color:#666;
	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;
}
	