﻿body {
	background-color: #000;
	background-image: url('bg.png');
	color: #fff;
	font-size: 10pt;
	margin: 0px;
}

a {
	color: #80d0f0;
	text-decoration: none;
}

a:hover {
	color: #90e0ff;
	text-decoration: underline;
}

#template {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: 100%;
	width: 984px;
}

#planetrow {
	height: 68px;
	width: inherit;
}

.planetspacer {
	float: left;
	height: inherit;
	width: 156px;
}

#planet {
	background-image: url('planet.png');
	float: left;
	height: inherit;
	min-height: 68px;
	width: 672px;
}

#logorow {
	height: 64px;
	width: inherit;
}

#topleft {
	background-image: url('tlcorner.png');
	float: left;
	height: inherit;
	min-height: 64px;
	width: 156px;
}

#logo {
	background-image: url('logo.png');
	float: left;
	height: inherit;
	min-height: 64px;
	width: 672px;
}

#topright {
	background-image: url('trcorner.png');
	float: left;
	height: inherit;
	min-height: 64px;
	width: 156px;
}

#loginrow {
	background-image: url('loginbg.png');
	background-position: -20px 0px;
	height: 36px;
	width: inherit;
}

#logincontent {
	color: #fff;
	padding-top: 8px;
	padding-right: 128px;
	text-align: right;
}

#navrow {
	background-image: url('navbg.png');
	background-position: -20px 0px;
	height: 84px;
	width: inherit;
}

#navcontent {
	color: #fff;
	padding-top: 20px;
	padding-left: 64px;
	padding-right: 64px;
	text-align: center;
}

#contentrow {
	height: 100%;
	min-height: 100%;
	width: inherit;
	min-width: 100%;
}

#right {
	background-image: url("rborder.png");
	background-position: right;
	background-repeat: repeat-y;
	height: auto;
	width: inherit;
}

#left {
	background-image: url("lborder.png");
	background-repeat: repeat-y;
	display: inline-block;
	height: auto;
	width: 948px;
}

#content {
	background-color: #2f2f2f;
	display: inline-block;
	margin-left: 36px;
	min-height: 400px;
	height: 100%;
	width: 912px;
}

.loginfield {
	font-size: 8pt;
}

.loginbutton {
	font-size: 8pt;
}

span.navbutton {
	background-position: 0px -32px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	height: 32px;
	width: 95px;
}

span.navbutton b {
	display: none;
}

span.navbutton:hover {
	background-position: 0px 0px;
}

#action {
	background-image: url("action.png");
	margin-left: 10px;
}

#arcade {
	background-image: url("arcade.png");
}

#defense {
	background-image: url("defense.png");
}

#puzzle {
	background-image: url("puzzle.png");
}

#shooting {
	background-image: url("shooting.png");
}

#sports {
	background-image: url("sports.png");
}

#strategy {
	background-image: url("strategy.png");
}

#misc {
	background-image: url("misc.png");
}
#copyright {
	float: right;
}