
body {
	background: #333;
	color: #ccc;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
#black {
	background: #000;
	overflow: hidden;
	width: 100%;
	height: 15px;
}
#trim {
	background: #6D84B4;
	overflow: hidden;
	width: 100%;
	height: 5px;
}
#wrapper {
	margin: 0 auto;
	width: 600px;
}
#logo {
	float: left;
	padding: 30px 10px;
}
#channel {
	float: left;
	font-size: 16px;
	padding-top: 45px;
	text-align: left;
}
#channel select {
	font-size: 16px;
}
#facebook {
	float: right;
	padding-right: 25px;
	padding-top: 50px;
}
#vpanel .vpHiliteBar {
	height: 5px;
	overflow: hidden;
}
#vpanel .vpHilite0 {
	background: #ff6;
	height: 2px;
	overflow: hidden;
	position: relative;
	top: 3px;
}
#vpanel .vpHilite1 {
	background: #ff6;
	height: 2px;
	overflow: hidden;
}
#vpanel #vpTitleBar {
	height: 35px;
}
#vpanel #vpTitle {
	padding-top: 10px;
}
#vpanel .vpSpinner {
	margin-top: 20px;
}
#footer {
	clear: both;
	position: relative;
	top: -20px;
}
