body {
	background-color: black;
	margin: 0px;
}

p {
	color: white;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}

a {
	color: white;
	text-decoration: underline;
}

a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: underline;
}


div#frame {
	margin: auto;
	margin-top: 0px; 
	position: relative; 
	background-repeat: none; 
	background-image: url(graphics/bg.jpg); 
	height: 800px;
	width: 960px;  
	overflow: hidden;
}

div#videoframe {
	position: relative;
	top: 255px;
	margin: auto;
	width: 480px;
	height: 390px;
}

#footer {
	position: relative;
	padding: 0px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	background-color: black;
	text-align: center;
}
