@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}


a img { 
border: none; 
} 

a {outline: none;} 

body {
	background-color:#000;
	font-family:"Courier New", Courier, monospace;
	color:#dbd6ac;
	font-size:15px;

}

#wrapper{
	width: 958px;
	height:673px;
	margin: 0 auto;
	position:relative;
}


#logo a {
	text-indent: -5000px;
	width: 257px;
	height: 200px;
	background: transparent url(images/gutenberg_logo_roll.png) center center;
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	background-position:0 0;
}

#logo a:hover {
	background-position:0 -200px;
}

#top{
	width: 257px;
	height: 0;
}

#mainBody {
	clear:both;
	width: 958px;
	height:740px;
	background: transparent url(images/bg.jpg) top center no-repeat;
	margin: 0 auto;
	position:relative;
}

#content{
	width:913px;

	position:absolute;
	left: 23px;
	top: 90px;
	z-index: 100;
	/*background-color:#000;
	background:url(images/bg_content.jpg) center top no-repeat;*/
	height: 533px;
}

#contentSecondary{
	width:812px;
	position:absolute;
	left: 23px;
	top: 90px;
	z-index: 100;
	/*background-color:#000;
	background:url(images/bg_content.jpg) center top no-repeat;*/
	height: 383px;
	padding:100px 50px 50px 50px;
}


#nav {
	position:absolute;
	height: 41px;
	left: 24px;
	top: 637px;
	width:689px;
}

.whatIs a{
	background:url(images/whatIs.png) bottom center no-repeat;
	background-position:0 0;
	display:block;
	height: 41px;
	overflow: hidden;
	text-indent: -9009px;
	width:119px;
	float:left;
}

.whatIs a:hover {
	background-position:0 -41px;
	
}

.vs a{
	background:url(images/vs_nav.png) bottom center no-repeat;
	background-position:0 0;
	display:block;
	height: 41px;
	overflow: hidden;
	text-indent: -9009px;
	width:270px;
	float:left;
}

.vs a:hover {
	background-position:0 -41px;
	
}

.join a{
	background:url(images/join.png) bottom center no-repeat;
	background-position:0 0;
	display:block;
	height: 41px;
	overflow: hidden;
	text-indent: -9009px;
	width:256px;
	float:left;
	margin-left:20px;
}

.join a:hover {
	background-position:0 -41px;
	
}

#booksNav_home {
	position:absolute;
	height: 275px;
	left: 729px;
	top: 466px;
	width:187px;
	z-index: 800;
}



#booksNav {
	position:absolute;
	height: 275px;
	left: 772px;
	top: 466px;
	width:187px;
	z-index: 800;
}

.books a{
	background:url(images/books_rev.png) bottom center no-repeat;
	background-position:0 0;
	display:block;
	height: 274px;
	overflow: hidden;
	text-indent: -9009px;
	width:186px;

}

.books a:hover {
	background-position:0 -274px;
	
}



.poster a{
	background:url(images/poster_rev.png) bottom center no-repeat;
	background-position:0 0;
	display:block;
	height: 274px;
	overflow: hidden;
	text-indent: -9009px;
	width:186px;

}

.poster a:hover {
	background-position:0 -274px;
	
}

h2#whatHeader {
	color:#f7ca4e;
	text-indent: -5000px;
	background: transparent url(images/what_is_header.png) top left no-repeat;
	/*height:50px;*/
	height:45px;
}

h2#vsHeader {
	color:#f7ca4e;
	text-indent: -5000px;
	background: transparent url(images/vs_title.png) top left no-repeat;
	/*height:50px;*/
	height:91px;
}

h2#joinHeader {
	color:#f7ca4e;
	text-indent: -5000px;
	background: transparent url(images/join_title.png) top left no-repeat;
	/*height:50px;*/
	height:90px;
}

ul {
	padding-left:40px;
	padding-top:15px;
}

#downloadSection{
	margin-top:40px;
	width:364px;
	position:absolute;
	top: 383px;
}

#downloadSectionB{
	margin-top:30px;
	width:340px;
	clear:both;
	clear:left;
	clear:right;
	
}


ul a{
color:#dbd6ac;
text-decoration:none;
}


ul a:hover{
	text-decoration:underline;
}

ul a:visted{
color:#dbd6ac;
text-decoration:none;
}

#videoplayer{
	float:right;
	width:441px;
	height:332px;
}

.mainText {
	font-size:12px;
	margin-top:20px;
	margin-bottom:0;
	padding-bottom:0;
}
