html,body {
	background: black;
}

em {
	font-style: italic;
}

a {
	color: white;
}

a:visted{
	color: white;
}

a:hover{
	color: red;
}

#wrapper {
	padding: 20px;
}

#logo{

	float: left;
	width: 300px;
}

#videos{
	margin-left: 300px;
}

.title {
	color: white;
	font-size: 3em;
	font-family: Helvetica;	
}

.about {
	color: white;
	font-size: 1em;
	font-family: Helvetica;
}

#downloads img{
	margin: 12px 6px;
}

.videoContainer iframe {
	float:left;
}

.rightVideoContainer {
	float: right;	
	margin-left: 15px;
	margin-bottom: 15px;
}

.rightVideoContainer iframe {
	float: none;
}

.bold{
	font-weight: bold;
	font-size: 1.5em;
}

#announce {
	color: white;
	font-family: Helvetica;	
	font-size: 1.2em;	
}