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

#book {
	height: 430px;
	width: 820px;
	margin: 0 auto;
	background: url(/images/book_bg.png) no-repeat;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #666666;
}

#book td {
	text-align: center;
}

.corner {
	width: 50px;
	height: 50px;
}
.corner a {
	width: 50px;
	height: 50px;
	display: block;
}

#corner_left a {
	float: left;
}

#corner_right a {
	float: right;
}

#pages {
	width: 820px;
	height: 320px;
	text-align: center;
}

#pages .pic {
	width: 150px;
	text-align: center;
}

#pages .gutter {
	width: 80px;
}

td.alignleft {text-align: left;}
td.alignright {text-align: right;}
td.aligncenter {text-align: center;}


