html,body
{
	margin: 0;
	padding: 0;
	background-color: #daddd2;
}

/* styles for IE 5 Mac */
#horizon
{
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* following rules are invisible to IE 5 \*/
#horizon
{
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -290px;
	text-align: center;
	min-width: 800px;
}

/* end IE 5 hack */

#wrapper
{
	background-color: #daddd2;
	position: relative;
	text-align: left;
	width: 800px;
	height: 580px;
	margin: 0px auto;
}

#start_movie
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 580px;
}
