@charset "utf-8";

html {
	background: #000 url(images/bg1.jpg) bottom right repeat-x fixed;
	height: 100%;
}

a:link {
	color: #C96;
}

a:visited {
	color: #963;
}

a:hover {
	color: #FC9;
}

a:active {
	color: #FFF;
}

img {
	border: none;
}

body {
	background: url(images/bg2.jpg) no-repeat bottom right fixed;
	color: #FC9;
	min-height: 100%;
	margin: 0;
	font-size: 15px;
}

#container {
	margin: auto;
	width: 768px;
}

#navi1 {
	background: url(images/navi2.gif);
	background-position: bottom;
	margin-left: 512px;
	position: fixed;
	width: 256px;
}

#navi2 {
	background: url(images/navi1.gif) no-repeat top;
}

#navi3 {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 14px;
	font-stretch: narrower;
	background: url(images/navi3.gif) no-repeat bottom;
	padding-left: 80px;
	padding-top: 32px;
	padding-bottom: 32px;
}

#navi3 a:link {
	color: #036;
	text-decoration: none;
}

#navi3 a:visited {
	color: #963;
	text-decoration: none;
}

#navi3 a:hover {
	color: #369;
}

#navi3 a:active {
	color: #9CF;
}

#content1 {
	background: url(images/content.gif) top repeat-y;
	width: 576px;
	position: relative;
	z-index: 1;
}

#content2 {
	background: url(images/top.gif) top no-repeat;
}

#content3 {
	background: url(images/bottom.gif) bottom no-repeat;
}

#content3 {
	background: url(images/bottom.gif) bottom no-repeat;
}

#disclaimer {
	background: url(images/disclaimer.png) top no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 64px;
	margin: auto;
	width: 480px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}

div.contenthead {
	background: url(images/contenthead.png) center no-repeat;
	color: #FFE5CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	text-align: center;
	vertical-align: middle;
}

div.contentbody {
	font-family: "Times New Roman", Times, serif;
	padding: 0 64px;
	text-align: justify;
}

div.image {
	background-image: url(images/image.png);
	margin-left: -48px;
	padding: 2px 0;
	text-align: center;
	width: 544px;
}

div.image img {
	margin: 1.5px 0;
	vertical-align: bottom;
}

div.image p {
	text-align: center;
}

div.image p{
	margin-left: auto;
	margin-right: auto;
	width: 512px;
}

hr {
	border: none;
	border-bottom: #630 2px dotted;
	border-top: #630 2px dashed;
}

table {
	width: 384px;
	margin: auto;
	text-align: left;
}

td {
	vertical-align:	top;
}

td.bargraph {
	background-image: url(images/bargraph.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
	width: 256px;	
}

td:first-child {
	font-weight: bold;
	text-align: right;
}

.dreamcast {
	color: #F96;
}

.gamecube {
	color: #C9F;
}

.merchandise {
	background-color: #000;
	width: 100%;
}

div.contentfoot {
	border-bottom: #630 4px dotted;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFC;
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

div.bar {
	background-color: #333;
	border-color: #333;
	border-style: outset none;
	border-width: 1px;
}

div.g {
	background-color: #0C0;
	border-color: #0C0;
	border-style: inset none;
	border-width: 1px;
}

div.r {
	background-color: #C00;
	border-color: #C00;
	border-style: inset none;
	border-width: 1px;
}

div.p {
	background-color: #80C;
	border-color: #80C;
	border-style: inset none;
	border-width: 1px;
}

div.b {
	background-color: #08C;
	border-color: #08C;
	border-style: inset none;
	border-width: 1px;
}

div.y {
	background-color: #CC0;
	border-color: #CC0;
	border-style: inset none;
	border-width: 1px;
}

div.s {
	background-color: #999;
	border-color: #999;
	border-style: inset none;
	border-width: 1px;
}