﻿html	{
	width: 100%;
	max-width: 100%;
}
body	{
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 100%;
	height: 100%; 
/*	max-height: 100%; */
}
a	{
	font-size: small;
	color: white;
	text-decoration: none;
}
a:hover	{
	font-size: small;
	text-decoration: underline;
}
#banner	{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	max-width: 100%;
	height: 100px; /*Height of banner div*/
	overflow: hidden;
	background-color: #000000;
	color: white;
	padding: 4px 24px 2px 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	letter-spacing: 1px;
}
#media	{
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute; 
	top: 100px; /* Set top value to height of banner div */
	left: 0;
	right: 0;
	bottom: 8%;
	overflow: auto;
	background-color: #1a1a1a;
	text-align: center;
}
#menu	{
	float: left;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-top: 24px;
	padding-left: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
#dropin	{
	position: absolute;
	visibility: hidden;
	left: 48px;
	top: 200px;
	width: auto;
	height: auto;
	background-color: #eaeaea;
	border: 1px #cc0000 solid;
	font-family: Verdana;
	font-size: small;
	padding: 6px 12px 6px 12px;
	text-align:left;
}
#footer	{
	position: fixed; 
	top: 92%; 
	left: 0;
	right: 0;
	padding-top: 4px;
	padding-left: 24px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
#noUpdate	{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}
img	{
	vertical-align: baseline;
	border-width: 0px;
}
.nowshowing	{
	color: red;
}
.greyout	{
	color: #999999;
}