@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	margin-top: 120px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-position: center top;
}

a{ text-decoration: none; color: #FFFFFF; }
a:hover{ text-decoration: underline; }

#header {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}

#videoContent {
	padding: 5px;
	background-color: #FFFFFF;
	height: 396px;
	width: 702px;
}

#footer {
	z-index: 999px;
	padding: 5px;
	margin-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#left, .sep, #right {
	float: left;
}

.sep {
	width: 1px;
	height: 396px;
	margin: 0 5px;
	background-color: #CCCCCC;
}

#left {
	width: 300px;
}

#leftContent {
	padding: 10px;
}

#left a {
	color: #000000;
	cursor: pointer;
}

#right {
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#right img {
	padding-left: 100px;
}