/* showreel.css */

div.ContentContainer {
	position:absolute;
	background-color:#000;
	background-repeat:no-repeat;
	left:90px;
	top:233px;
	width:951px;
	height:586px;
}

div.ReelContent	{
	position:absolute;
	background-color:#000;
	color:#CCC;
	left:1px;
	top:3px;
	height:586px;
	width:950px;
	vertical-align:middle;
	text-align:left;
	overflow:auto;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
}
/*
div.MainNav {
	position:absolute;
	background-color:#000;
	background-image:url("images/navbar.jpg");
	background-repeat:repeat-x;	
	left:73px;
	top:152px;
	width:983px;
	color:#FFF;
	height:37px;
	text-align:left;
	font-size:1em;
	font-family:Georgia, Aria, Helvetica;
	clear:both;
}

div.Container {
    width: 1139px;
    border: none;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -569.5px;
}

div.Center	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.Footer	{
	position:absolute;
	left:90px;
	top:819px;
	width:951px;
	height:auto;
	color:#999;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
	margin-top:22px;
}
*/
