﻿html, body {
	width: 100%; height: 100%;
	margin: 0;
	padding: 0;
	background: white;
	color: Black;
}
* { z-index: 2; }
#content {
	position: absolute;
	width: 100%; height: 100%;
	min-width: 1000px;
	bottom: 0px; left: 0px;
}
#baseContainer {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 100%; height: 77%;
	z-index: 1;
}
#base {
	display: block;
	margin: auto;
	height: 100%;
}
#title {
	display: block;
	position: absolute;
	top: 5%; left: 0px;
	width: 100%; height: 86px;
	margin: 0; padding: 0;
	text-indent: -9999em;
	background: url('/Images/title.png') no-repeat center;
}
#menu {
	position: absolute;
	bottom: 260px; left: 0px;
	width: 187px;
	padding: 0; margin: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	margin: 6px 0px;
}
#menu li a {
	display: block;
	width: 187px; height: 62px;
	text-indent: -9999em;
}
#facebook {
	background: url('/Images/facebook.png');
}
#movie {
	background: url('/Images/movie.png');
}
#contact {
	background: url('/Images/contact.png');
}
#dates {
	position: absolute;
	left: 50%; top: 20%;
	height: 328px; width: 238px;
	padding: 58px 24px 24px 24px;
	margin-left: 140px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	background: transparent url('/Images/dates_bg.png') no-repeat center;
}
.event {
	margin-bottom: 1em;
}
#logos {
	position: absolute;
	left: 12px; bottom: 10px;
}
#comingsoon {
	text-indent: -9999em;
	position: absolute;
	right: 16px; bottom: 15px;
	width: 245px; height: 19px;
	background: url('/Images/comingsoon.png');
}