body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	/*/*/
	font: 76.1% Verdana, Arial, Tahoma, sans-serif;
	color: #fff;
	background: #000 url(images/bg-sky.jpg) no-repeat fixed center top;
	/* END */
	}

.bodycontainer {
	width: 700px;
	margin: auto;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #000 url(images/gray-bg2.gif);
	}

.header {
	background: #000 url(images/header-bg.jpg) no-repeat;
	padding: 10px 0 25px 0;
	}

.bodymain {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #000 url(images/page-bg-skull.gif) no-repeat;
	padding: 0 0px 10px; 
	margin: 0px 0 20px;
	text-align: justify;
	}
	
	
.footer {
	width: 400px; 
	margin: 20px auto; 
	text-align: center;
	font-size: 0.75em;
	color: #aaa;
	padding: 0 0 0px 0;
	}

	
a:link {text-decoration: none; color: #c11;}
a:visited {text-decoration: none; color: #911;}
a:hover {text-decoration: none; color: #fff;}
	
.center {text-align: center;}

.spacer {clear: both; font-size: 2px;}
.clear {clear: both}

.left {float: left}
.right {float: right}

abbr, acronym, .info {
	border-bottom: 2px dotted #ddd;
	cursor: help;
	}
	
.hr {border-bottom: 2px dashed #999;}

/* ##### MAIN TEXT ##### */


.smalltext {font-size: 0.8em;}
.largetext {font-size: 1.2em;}
.hugetext {font-size: 1.4em;}
.boldtext {font: bold 1.4em Verdana, Arial, Tahoma, sans-serif;}
	
h1 {font: bold 1.8em Verdana, Arial, Tahoma, sans-serif;}
	
h2 {
	margin: 3px 0px 18px;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
	}	
		
.mainbutton {
	margin: 10px 0 10px;
	padding: 0 15px 15px;
	border-bottom: 1px dashed #888;
	}

.mainbutton img {
	float: left;
	border: 0;
	margin: 4px 8px 1px 0;
	}
	
.mainbutton .title {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	}
	
.mainbutton .description {
	display: block;
	float: right;
	width: 460px;
	}

* html .mainbutton, h2 {position: relative;}



/* ##### IMAGES ##### */


.screenshots {text-align: left;}

.screenshots img {
	border: 1px solid #fff;
	width: 100px;
	height: 75px;
	margin: 2px 0;
	}

.back {
	text-align: center;
	margin-top: 10px;
	}

/* ##### CONTAINERS AND HEADERS ##### */

	
.transcript {
	text-align: left;
	line-height: 1.5em;
	}

div.quote {
	border: 1px dashed #999;
	margin: 20px 40px;
	padding: 0 8px 8px 8px;
	background-color: #333;
	}
	
div.quote div.quote {
	background-color: #444;
	}
	
.quoteheader {
	font-weight: bold;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 2px 10px;
	margin-bottom: 8px;
	background-color: #777;
	color: #000;
	}
	
.top-nav img {
	margin-right: 5px;
	margin-left: 5px;
	border-style: none;
}
.top-nav {
	text-align: center;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 12px;
}

