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

body {
	background-color:#000000;
}

#container {
	width:1024px;
	margin:auto;
}

#mainHeader {
	width:640px;
	height:250px;
	margin:auto;
}

#mainNavigation {
	margin:auto;
	width: 100%;
	height:40px;
}

#mainVideoWindow {
	width:640px;
	height:360px;
	float:left;
}

#mainPlaylistRight {
	float:right;
}

#mainSidebarRight {
	float:right;
}

#footer {
	clear:both;
	text-align:center;
	color:#999999;
}