
body {
	background-color:#000;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

div.wrapper {
width: 1128px;
}

html>body div.wrapper {
width: 1104px;
}

div.scifibanner {
wdith: 798;
height: 90;
clear: both;
}

div.player {
	background-color:#000;
	width:800px;
	padding:20px 50px 20px 50px;
	min-height:600px;
	border:2px solid silver;
	text-align:left;
	float: left;
}

div.rightcolumn {
	width:200px;
	height: 644px;
	float: right;
}

div.advertisement {
	background-color:#000;
	width:200px;
	padding:10px 10px 10px 10px;
	height:200px;
	border:2px solid silver;
	text-align:center;
	vertical-align: middle;
}

div.advertisement img {
	vertical-align: middle;
}

div.description {
	background-color:#000;
	width:200px;
	padding:10px 10px 10px 10px;
	height:230px;
	border:2px solid silver;
	text-align:justify;
	font-size: 14px;
	color: silver;
}

div.navigation {
	background-color:#000;
	width:220px;
	height: 210px;
}

html>body div.navigation {
	background-color:#000;
	width:220px;
	height: 210px;
	border:2px solid silver;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

div.description h2 {
	border-bottom: solid 1px #2D5AC3;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}

p.copyright {
font-family: Arial Narrow;
font-size: 9px;
color: silver;
text-align: center;
clear: both;
}