div#flash {
	position: absolute;
	left: 50%;	
	width: 900px;
	margin-left: -450px;
	top: 50%;
	height: 600px;
	margin-top: -300px;
	z-index: 1;
}

div#news {	position: absolute;
	left: 50%;
	width: 271px;
	margin-left: -448px;
	top: 36%;
	height: 37px;
	z-index: 100;
}
body {
	background-color: #333333;
	color: #999999;
	font-size: 10px;
    font-family: Arial, sans-serif;
	scrollbar-track-color:#333333;
}
}

div#flash {
position: absolute;
left: 50%;
width: 900px;
margin-left: -450px;
top: 50%;
height: 600px;
margin-top: -300px;
}

div#footer {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

a:link {color:#ffffff;}
a:visited {color:#999999;}
a:hover {color:#ffffff;}
a:active {color:#ffffff;}

h1 {
	font-weight: bold;
	color:#fff;
	line-height: 1.2;
}

.date {
	font-size:14px;
	font-weight: bold;
	float:right;
	color: #0066FF;
	}
	
hr {
  border: 0;
  width: 80%;
  color: #4a4a4a;
background-color: #4a4a4a;
height: 3px;
}