@charset "UTF-8";
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
	font-size: small;
	line-height: 120%;
	color: #FFFFFF;
}
a:link {
	color: red;
	text-decoration:none;
}

a:visited { color: green }

a:hover {
	color: pink;
	text-decoration:underline;
}

a:active { color: green }

#video {
	width: 480px;
	float: left;
}
#playlist {
	float: left;
	width: 350px;
	margin-left: 8px;
}
#menu {
	clear: both;
	padding: 10px;
}
#header {
	margin-bottom: 10px;
}

