@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#000;
	text-align:center;
}
.inline_block {
	display:inline-block;
	zoom: 1;
    *display: inline;
}
.v_hidden {
	visibility:hidden;
}
.va_top {
	vertical-align:top;
}


#page {
	margin:0 auto 0 auto;
	width:100%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#description {
	width:795px;
	margin:0 auto 0 auto;	
	font-size:14px;
	font-weight:bold;
}
#news {	
	
	width:650px;
	margin:0 auto 20px auto;
}

a {
	color: #999;
}
#trailernav {
	width:180px;
	height:390px;
	margin-left:15px;
}
a:hover {
	color: #fff;
}
.newsitems {
	padding:15px 0 15px 0;	
}
.line {
	border-bottom:1px solid #333;
	width:100%;
	height:1px;
}
.postdate, .posttitle, .latesttext {
	font-size:14px;
	font-weight:bold;
}
.postdate {
	font-size:90%;	
}
.posttitle {
	margin-left:30px;	
	color:#999;
	width:520px;
	font-size:90%;
}
.newspost {
	margin-bottom:4px;	
	text-align:left;
}
.latesttext {
	padding:13px;
}

#bottom, #top, #content {
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
}
#top {
	height:414px;
}
#footer {
	border:1px solid red;
}

.player_shell {
	width:640px;
	height:390px;
}

#links {
	width:500px;
	height:120px;
	margin:0 auto;
}

#links div {
	width:165px;
	float:left;
	height:120px;
}