body {
	background-color: #0B0B09;
}
.table {
	width: 650px;
	background-color: #0B0B09;
	margin: auto;
}
.nav {
	height: 25px;
	width: 650px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	display: table-cell;
	vertical-align: top;
}
.head a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.head a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.head a:hover {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	background-repeat: no-repeat;
	background-position: center center;
	height: 295px;
	width: 650px;
	background-color: #0B0B09;
	background-image: url(images/goblin_shark.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	font-size: 12px;
	line-height: 16px;
}
.content p {
	padding: 40px 20px 20px;

}
.content a:link {
	color: #FFFFFF;
}
.content a:visited {
	color: #FFFFFF;
}
.content a:hover {
	color: #F7A95B;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 10px;
	font-weight: normal;
}
.orange {
	color: #C9690A;
}
.head {
	background-color: #0B0B09;
	height: 85px;
	text-align: right;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 460px;
}
.logo {
	height: 85px;
	width: 190px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
