div.vidLayout
{
	width:330px;
	height:25px;
	background:#333;
	text-align:center;
	display:inline-block;
	padding:10px;
}

.vidLayout:hover
{
	background:#444;
}

div.container
{
	width:100%;
	margin:0px auto;
}

div.banner
{
	width:100%;
	height:200px;
	float:inherit;
	background:#555;
}

div.leftpanel
{
	width:255px;
	height:559px;
	background:#333;
	float:left;
}

div.content
{
	width:100%;
	background:#222;
	float:left;
}

body
{
	background:#000;
	color:#FFF;
	font-family:arial;
	font-size:20px;
}

a:link
{
	color:#FFF;
	text-decoration:none;
}

a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:active
{
	color:#FFF;
	text-decoration:none;
}

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