/* CSS Document */
*{
	margin:0;
	padding:0;
	}

body{
	background-color: #FFFFFF;
	background:url(images/bg.jpg) repeat-x;
	}
	

/*TABLES*/

#wrapper{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
	}
	
#menu{
	width:auto;
	height:56px;
	position:relative;
	margin:0 auto;
	background-color:#000000;
	background:url(images/menu_bg.jpg) repeat-x ;
	}
	
#menu_in{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
	}	

#menu_button{
    width:652px;
	height:56px;
	position:absolute;
	top:0;
	left:302px;
	z-index:60;
	}
	
#tag{
	width:202px;
	height:175px;
	position:absolute;
	top:0;
	left:15px;
	background:url(images/tag_bg.jpg) center no-repeat;
	z-index:50;
	}

#header{
	width:auto;
	height:216px;
	position:relative;
	margin:0 auto;
	background-image:url(images/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
	z-index:5;
	}
	
#header_in{
	width:950px;
	height:auto;
	position:relative;
	margin:0 auto;
	z-index:10px;
	}
	
#book_homepage{
	width:250px;
	height:20px;
	position:absolute;
	top:10px;
	left:700px;
	}
	
#search{
	width:327px;
	height:60px;
	position:absolute;
	top:75px;
	left:630px;
	background:url(images/search_bg.gif) no-repeat top left;
	}

#popupbox{
	width:600px;
	height:320px;
	position:fixed;
	top:20%;
	left:-572px;
	z-index:50;
	margin:auto auto auto auto;
	background: url(images/popupbox.png);
	}
	
#body{
	width:950px;
	height:auto;
	background-color:#FFFFFF;
	position:relative;
	margin:0 auto;
	}

#footer{
	width:auto;
	height:100px;
	background-color:#000000;
	}

	
#Footer_in{
	width:950px;
	height:65px;
	position:relative;
	margin:0 auto;
	background:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
	
#counter{
	width:900px;
	height:auto;
	text-align:center;
	position:relative;
	margin:0 auto;
	}
	
.rname{
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	}

	
	
	
	
.book_homepage{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	}
	
	
#book_homepage a:link {
	color: #ffffff;
	text-decoration: none;
}
#book_homepage a:visited {
	color: #ffffff;
	text-decoration: none;
}
#book_homepage a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#book_homepage a:active {
	color: #ffffff;
	text-decoration: none;
	}

.footer_message{
	font:Verdana, Arial, Helvetica, sans-serif bold ;
	font-size:12px;
	}
	
	
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color:#FFFFFF;
}
	
#Footer_in a:link {
	color: #000000;
	text-decoration: none;
}
#Footer_in a:visited {
	color: #000000;
	text-decoration: none;
}
#Footer_in a:hover {
	color: #0000ff;
	text-decoration: none;
}
#Footer_in a:active {
	color: #000000;
	text-decoration: none;
	}
