@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 140%;
	background-color: black;
}
a:link {
	text-decoration: none;
	color: black;
	background-color: white;
	font-weight: bold;
	padding: 5px;
}
a:visited {
	text-decoration: none;
	color: black;
	background-color: white;
	font-weight: bold;
	padding: 5px;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 5px;
}
a:active {
	text-decoration: none;
	color: black;
	background-color: white;
	font-weight: bold;
	padding: 5px;
}
a img {
	text-decoration: none;
}
#wrapper{
	float: left;
	padding: 20px 0 0 40px;
	width: 450px;
}
#video {
	float: left;
	padding: 180px 0 0 50px;
}
#logo{
}
#body-copy{
	clear:both;
	margin-left: 30px;
}
h2{
	font-size: 18px;
	margin-bottom: 4px;
	/*margin: 0;*/
}
