* {
	padding:0px;
	margin:0px;
	outline:none;
	-moz-outline-style:none;
	border-width:0px;
	border-collapse:collapse;
}
HTML {
	overflow-y:scroll;
}
HTML, BODY {
	height:100%;
}
BODY {
	background-color:#40050b;
	color:#fff7cc;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#bck {
	width:100%;
	position: absolute;
	top: -185px;
	height:410px;
	background:url(../_images/bck.jpg) top repeat-x;
	visibility: visible;
}
#content {
	width: 960px;
	height: 410px;
	margin: 0px auto;
}
#pnl, #pnl IMG {
	width:640px;
	height:385;
}
#pnl {
	float:left;
}
#event, #event IMG {
	width:320px;
	height:410px;
}
#event {float:right;}
#txt {
	width:610px;
	color:#260000;
	float:left;
	clear:left;
	padding:0px 15px 15px 15px;
}
SPAN.sep {
	padding:0px 12px;
	color:#efefef;
}
A {
	color:#fff6cc;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

