body, img, table, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
a:focus { 
	outline: 0; 
	border: 0; 
}
body { 
	font-size: 16px/20px; 
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif; 
	color: #dddddd;
	background: URL(../images/pf_bg.jpg) top center no-repeat #000000;
}

section, header, footer {
  display: block;
}
header { 
	margin: 0 auto; 
	padding: 0; 
	width: 960px; 
	overflow: auto; 
}
#wrapper {
  width: 533px;
  margin: 0 auto;
  padding: 20px 0; 
}
video{ 
width:100%;
margin-left:auto;
margin-right:auto;}

h1 {
  padding-top: 10px;
}

h2 {
  font-size: 100%;
  font-style: italic;
}

header,
article > *,
footer > * {
  margin: 10px;
}

abbr {
  border-bottom: 0;
}

abbr[title] {
  border-bottom: 1px dotted #ccc;
}

li {
  margin-bottom: 10px;
}

footer h3 { 
	font-family: DIN, arial, helvetica, sans-serif; 
}
footer p { 
	font-size: 0.85em; 
	line-height: 1.4; 
}


