@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #e4e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

body {
	background-color: #000002;
}

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#header {

	height: 333px;
	width: 900px;
}
#body {
	height: auto;
	width: 900px;
	background-image: url(http://reboot.trekcaps.net/skins/1/images/StarTrek2009_v01_02_body.jpg);
	text-align: left;
}


#footer {
	width: 900px;
	height: 38px;
}

img {
	border: none;
}

.icons img {
	border-width: 0px;
	padding: 2px;
}
.affiliates img {
	border-width :0px;
	padding: 2px;
}

#adcode {
	position: absolute;
	width: 300px;
	height: 250px;
	left: 598px;
	top: 15px;
}
a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: medium;
	color: #9F0;
}
a:visited {
	color: #F90;
}

#title {
	background-color: #666;
	text-transform: uppercase; 
	text-align: right; 
	font-weight: bold;
	font-size: medium;
	color: #000;
}

#disclaimer {
	background-color: #666;
	text-transform: uppercase; 
	text-align: right; 
	font-weight: bold;
	font-size: small;
	color: #000;
}