@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	
}

img {
	margin : 0;
	padding : 0;
	border:none;
}


body {
	margin : 0;
	padding : 0;
	text-align : center;
	background-color : #000000;
}
/************ PAGES**************/

#container_index {
background-image: url(../images/brick_bkgd.gif);
	background-position: 0 0;
	background-repeat:no-repeat;	
	width : 865px;
	margin : 20px auto;
	position:relative;
	height:640px;
		text-align : center;
}


#container_books{
	background-image: url(../images/book_page.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	position: relative;
	height:642px;
	width : 865px;
	margin : 20px auto;
	text-align : center;
}


#content{
	width: 865px;
	padding: 0px;
	margin: 0px;
	height: 643px;
	position: relative;
}


.gm_book{
	position: absolute;
	left: 42px;
	top: -2px;
	width: 324px;
	height: 465px;
}

.bottom_left{
	
	position: absolute;
	width: 458px;
	height: 184px;
	top: 457px;
	left:0px;
}

.top_center{
	position:absolute;
	top:0px;
	left: 379px;
	width:361px;
	height:156px;
}

.trailer_UF{
	position:absolute;
	width:295px;
	height:194px;
	top:446px;
	left:570px;
}
/*************book pag************/

.gm_book_page{
	position:absolute;
	left:0px;
	top:0px;
	width:297px;
	height:288px;
}


.uf_book_page{
	position:absolute;
	left:0px;
	top:328px;
	width:288px;
	height:315px;
}


/********right-menu***************/

 .right {
	width:100px;
	margin : 0px;
	height : auto;
	
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	
	margin-right:0px;
	padding-bottom:10px;
	display: inline;
	float: right;
	margin-left: 5px;
	
}


#menu {
	position : absolute;
	padding: 0px;
	left: 746px;
	top: 65px;
	text-align:center;
	height:300px;
	width:120px;
}

#menu li {
	height:30px;
	padding-bottom: 27px;
	line-height:28px;
	list-style-type: none;
	list-style: none;
}



a{
	font-family: "Century Gothic", Tahoma, "Helvetica Neue";
	font-size: 22px;
	color: #FFF00A;
	font-weight:300;
	text-decoration:none;
}


 a:hover{
font-size: 24px;


}

/***horizontal menu *******/ 
#top_menu {
	width:690px;
	height: 35px;
	top: 51px;
	left: 258px;
	text-align: center;
}
#top_menu{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	position: absolute;
	z-index:300;
}

#top_menu  li{
	float:left;
	width: 100px;
	}


#top_menu li.home{
	
	padding-right: 75px;
	float:left;
	
}

  
#top_menu li.nick {
 padding-left:15px;
padding-right: 50px;
float:left;
	
}

 .book{
	padding-right:85px;
	float:left;
	
	
}
 .afterlife{
	padding-left:30px;
float:left;	
}




/*******trailer**************/
.trailer{
	width:350px;
	height:250px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	left: 378px;
	top: 172px;
}





/**************Footer*******************/
#footer {
	padding : 0px;
	position : relative;

	color: #666666;
	padding-top: 10px;
	font-size: 10px;
	font-family: "Century Gothic", Tahoma, "Helvetica Neue";
	clear: both;
}
.footer_left {
	float : left;
	font-weight : bold;
	font-size : 12px;
	font-family : "Century Gothic", Tahoma, "Helvetica Neue";
}
.footer_right {
	float : right;
	text-align : right;
	font-size : 12px;
	color : #ffffff;
	font-family : "Century Gothic", Tahoma, "Helvetica Neue";
	padding-top: 50px;
}
.footer_right a {
	font-size : 14px;
	color : #fff;
}
.footer_right a:hover {
	color : #ff6600;
}
.footer_center {
	text-align : center;
	float : left;
	line-height : 1.8em;
}
#footer p {
	margin : 0;
	padding : 5px 0;
	color : #fff;
	font-weight : 300;
}

