body {
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/background2.gif);
	color: #999999;
	background-color: black;
}

a {
	text-decoration: none;
	color: #5dd0fd;
	outline: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
  outline: none;
}


h1 {
	margin-bottom: -7px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-size: 32px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.page {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.video_container {
	margin-top: 60px;
	float: left;
	width: 100%;
}

.video {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	padding: 28px;
	width: 560px;
	background-color: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.caption_container {
	padding-top: 25px;
	float: left;
	width: 100%;
}

.caption {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 560px;
}

.caption span.tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.caption p span.twitter {
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
}


