html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/greybg.jpg);
	background-repeat:repeat;
}

#container {
	width: 950px;
	background-image:url(../images/greybg.jpg);
	background-repeat:repeat;
}


#movies {
	position: relative;
	width: 950px;
}

#main {
	position: relative;
	float: left;
	width: 950px;
	background-image:url(../images/greybg.jpg);
	background-repeat:repeat;
}

table.flash_warning, .infoBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.vidDesign{
	background-image:url(../images/videobg-wide.png);
	background-repeat:no-repeat;
	width:920px;
	height:509px;
}
a:link {
	color: #e7346f;
	text-decoration:none;
}
a:visited {
	color: #e7346f;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #e7346f;
	text-decoration:none;
}
.greyed{
	color:#999;
}