html
{
	background-color:#000000;
}

body
{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFFFF;
	font-size:.8em;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.container:after
{
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}

.header
{
	margin:0 auto;
	z-index: -1;
}

.top_image
{
	min-width:810px;
	padding-top:199px;
	height:1px;
	overflow:hidden;
	z-index: -10;
}

.menu
{
	position: relative;
	top: -14px;
	z-index: 10;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.menu td
{
	background:url('/images/button.png') no-repeat;
	width:75px;
	height:22px;
	border: 0px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
}

a
{
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
}

a:active
{
	color:#449ED5;
}

a:hover
{
	color:#449ED5;
}

h1, h2, h3
{
	font-weight:bold;
	color:#336472;
	display: inline;
}

h1
{
	font-size:17px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:22px;
}

.hline
{
	width:100%;
	height:0px;
	border-top:1px solid #2255bb;
}

.hr
{
	background:url('/images/line.png') center no-repeat;
	padding-top:10px;
	padding-bottom:10px;
}

.content
{
	width: 80%;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 30px;
}

.bottom
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #aaaaaa;
}

.image_caption,
.copyright
{
	font-size: .8em;
	margin-left:auto;
	margin-right:auto;
}

.links
{
	float:left;
	font-size:.9em;
	text-align: left;
}

.buttons
{
	float: right;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

/* Game Pages: */

#audiobox
{
	position: fixed;
	min-width: 300px;
	/*height: 160px;*/
	right: 0px;
	bottom: 0px;
	background-color: #222222;
	opacity: .95;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid	#FFFFFF;
	padding: 5px;
}

/* Game Pages: */

.section_info,
.section_video,
.section_screenshots,
.section_reviews,
.section_soundtrack,
.section_towers,
.section_contact,
.section
{
	padding-left: 40px;
	padding-bottom: 30px;
	text-align: left;
	background-repeat: no-repeat;
}

.section_info
{
	background-image: url('/images/s_info.png');
}

.section_video
{
	background-image: url('/images/s_media.png');
}

.section_screenshots
{
	background-image: url('/images/s_screenshots.png');
}

.section_reviews
{
	background-image: url('/images/s_review.png');
}

.section_soundtrack
{
	background-image: url('/images/s_music.png');
}

.section_towers
{
	background-image: url('/images/s_towers.png');
}

.section_contact
{
	background-image: url('/images/s_support.png');
}

.section_title
{
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	min-height: 32px;
}

.section_body
{
	margin-left: 40px;
	margin-right: 40px;
}