/* CSS Document */
/*body*/
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	text-align:center;
}

div#main_container{
	width:640px;
	margin:0 auto;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;

}
.txtleft{
	text-align:left;
}

div#bottom{
	margin-top:20px;}

div#copyright{
	padding:5px 20px 5px 20px;
	font-size:60%;
	line-height:120%;
	color:#FFFFFF;
	background-color:#FF4600;
}

div#footer{
	padding:5px 20px 5px 20px;
	background-color:#000000;
	text-align:left;
}
div#topjump{
	padding:5px 20px 0px 0px;
	font-size:80%;
	text-align:right;
}
/*top*/

div#bookdata{
	font-size:80%;
	line-height:150%;
	color:#333333;
	width:640px;
	background-color:#FEFF99;
}

div#readtxt{
	margin:0 auto;
	width:450px;
	font-size:80%;
	line-height:150%;
	color:#333333;
}

/*dvd*/

div#movie{
	width:320px;
	margin-right:160px;
	float: right;
}

div#newtxt{
	margin:0 auto;
	width:520px;
	font-size:80%;
	line-height:150%;
	color:#333333;
}

/*img*/


.fleft{
	flort:left;
}

.fright{
	flort:right;
}

/*table*/

/*link*/
a:link {
	color:#0033CC;
	text-decoration: underline;
}
a:visited {
	color:#0033CC;
}
a:hover { 
	color:#FF6600;
	background:#FFFF99;
	text-decoration: underline;
	} 


