body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva;
	font-size: 16px;
	color: black;
}
	
#head {
	width: 720px;
	margin: 96px auto 50px auto;
	
}

#logo {
	width: 120px;
	height: 69px;
	background-image: url(img/logoHE.png);
	background-repeat: no-repeat;
}

#main {
	width: 720px;
	margin: 0 auto 0 auto;
}

#intro {
	
}


#player {
	width: 640px;
	height: 371px;
	margin: 30px auto 30px auto;
	background-image: url(img/playerbg.jpg);
	background-position: bottom;
}

#pdf {
	text-align: center;
}

#copyright {
	margin: 100px auto 30px auto;
	font-family: Arial;
	text-align: center;
	color: gray;
	font-size: 10px;
}

#copyright a:link, #copyright a:visited {
	color: gray;
}

#copyright a:hover {
	color: black;
}

h1 {
	font-family: Georgia;
	font-size: 28px;
	text-decoration: underline;
	text-align: center;
}