@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 34px;
}
.oneColLiqCtr #container {
	width: 60%;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-width: 0;
	padding-top: 0px;
}
.oneColLiqCtr #mainContent {
	text-align: center;
	font-size: 36px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCC;
}firstpage.oneColLiqCtr #container #mainContent p {
	font-family: "Courier New", Courier, monospace;
}
.oneColLiqCtr #container #mainContent p {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtr #container #mainContent h1 {
	font-size: 34px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: -200px;
	width: 0px;
}
.oneColLiqCtr #container #mainContent h1 a {
	color: #000;
}
.oneColLiqCtr #container #mainContent h1 a {
	font-weight: bold;
	font-size: 34px;
}
.oneColLiqCtr #container #mainContent p a .timm {
	color: #000;
}
.oneColLiqCtr #container #mainContent p a #cinema {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
