/* reset all */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style: none;
}
img {
	border: none;
}
html.center, body.center {
	height: 100%;
}
body {
	color: #666666;
	background: #111111;
	font: .65em/1.5em Georgia, "Times New Roman", Times, serif;
}
/* Putting the box in the centre, and fudging it for IE5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 0px;
}
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 1050px;
}
/* end IE 5 hack */
#content {
	position: relative;
	width: 1050px;
	height: 600px;
	margin: 0px auto;
}
#logo {
	width: 65px;
	height: 600px;
	display: block;
	float: left;
/*	background: url(../img/logo_up.png) no-repeat; */
}
#spacer {
	width: 65px;
	height: 600px;
	display: block;
	float: left;
}
#flashContent {
	width: 920px;
	display: block;
	margin: 0 62px 0 0;
}
