html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000;
	color: #FFF;
	font: normal 12pt 'arial', 'trebuchet ms', arial, sans-serif;
	line-height: 18px;
	border: 0; 	
}

div.maindiv {
	position:relative;  
	z-index:1; 
	padding:0px; 
	border: #FFFFFF 0px solid; 
	background-color:#000000; 
}

div.navbar {
	background-color:#990000; 
}

a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

font.title-big {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 36pt;
	font-family: arial;
}

font.title-med {
	color: #FFF;
	font-weight: bold;
	font-size:18pt;

font.title-small {
	color: #FFF
	font-weight: bold;
	font-size: 12pt;

}

div.screenings {
	font-color: red;
	position:relative;  
	z-index:1; 
	padding:0px; 
	border: #FFFFFF 0px solid; 
	background-color:#000000; 
}