body {
	background-color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
	}
a:link {
	color: #CC6600;
	}
	a:visited {
	color: #CC6600;
	}
	a:hover {
	color: #CC0000;
	}
	a:active {
	color: #CC6600;
	}
table {
	width: 100%;
	}
td {
	background-color: #000000;
	}
	
div.container{
	margin: 10px auto;
	width: 760px;
	}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FF9900;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-color: #CCCCCC;
	width: 730px;
	height: auto;
	background-color: #000000;
	}
.content {
	position: relative;
	top: 5px;
	width: 730px;
	padding: 10px;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 10px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-color: #CCCCCC;
	text-align: left;
	background-color: #000000;
	}
.photoHolder{
	width: 300px;
	height: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	}
.description{
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	}
.versions{
	background-color: #CCCCCC;
	vertical-align: top;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	width: 33%;
	}
.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	}
.registered {
	font-size: 10px;
	}
