body { 
	background-color: #890304;  
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px; padding: 0px; 
	text-align: center; 
}
table { 
	margin: 0px auto; 
}
p {  
	margin: 0px; padding: 0px; 
}
a:link,
a:visited {
	color: #FFFC00;
	text-decoration: none;
}
a:hover {
	color: #FF6600; 
	text-decoration: underline;
}
a:active {
	text-decoration: blink;
}
a img {
	border-color: #FFFF66;
}
a:visited img {
	border-color: #FFFF66;
}
a:hover img { 
	border-color: #FF6600;
}
#wrapper { 
	width: 1000px; 
	border: 1px solid #000; 
}
.footer {
	font-size: 12px;
	background-color: #6F0303;
	border-top: 1px solid #000;
	padding: 10px 0px;
}
.desc {
	color: white;
	padding: 0 15px;
	text-align: justify;
}
.flvplayer {
	border: 1px solid #000;
}
div.whatsnew {
	float: left;
	height: 210px;
	margin: 0 0 5px 0;
	text-align: center;
	width: 25%;
}
.whatsnew img {
	border-color: #000;
	margin-bottom: 3px;
}
.whatsnew span {
	font-size: 12px;
}
