body, td, ul, ol, li, dl, dt, dd, p
{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	background-color: #000;
}

ul, ol
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

object, param, embed
{
	border: 0;
	border-style: none;
	display: block; 
	padding: 0;
	margin: 0;
}

img
{ 
	border: 0;
	border-style: none;
	display: block; 
}

form
{
	margin: 0;
	padding: 0;
}

h1
{
	font: bold 18px Georgia, Times New Roman, Serif;
	color: #3B71B4;
	margin: 0;
	padding: 0;
}

h2
{
	font: bold 14px Georgia, Times New Roman, Serif;
	color: #89ADD3;
	margin: 0;
	padding: 0;
}

h3
{
	font: bold 11px Arial, Verdana, Sans-Serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

A:link { text-decoration: underline; color: #fff; font-weight: bold; }
A:visited { text-decoration: underline; color: #fff; font-weight: bold; }
A:hover { text-decoration: underline; color: #fff; font-weight: bold; }
A:active { text-decoration: underline; color: #fff; font-weight: bold; }





#horizon
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content
{
	background-color: #000;
	margin-left: -350px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 700px;
	height: 500px;
	visibility: visible;
	text-align: center;
}

#movie
{
	background-color: #000;
	width: 700px;
	height: 500px;
	text-align: center;
}

#movie p
{
	text-align: center;
}

