@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bg {
	margin: 35px auto 0 auto;
	width: 1040px;
	height: 810px;
}
#bg, #bg a {
	color: #fff;
}
#bg a:hover {
	color: #ccc;
}
#offers {
	z-index: 99;
	position: absolute;
	top: 570px;
	width: 1040px;
	height: 190px;
	background: #ccc;
	color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
#header, #footer {
	margin: 0 auto 0 auto;
	width: 1040px;
}
#header {
	width: 1000px;
	height: 750px;
}
#header a {
	display: block;
	float: left;
	margin: 50px 5px 0 0;
	width: 115px;
	height: 30px;
	padding: 9px 0 0 0;
	background: url(/assets/bg-tab.gif) right top no-repeat;
	text-align: center;
	text-indent: -2px;
}
#header a, .center a b {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
#header #book {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 7px 0 0 0;
	background: url(/assets/bg-tab-book.gif) right top no-repeat;
	font-size: 14px;
	text-align: left;
	text-indent: 13px;
}
#header img {
	float: right;
}
#footer {
	line-height: 15px;
}
#footer p {
	float: left;
	margin: 15px 0 0 20px;
	width: 275px;
}
#footer .center {
	margin-left: 0;
}
#footer .right {
	float: right;
	margin-right: 20px;
	text-align: right;
	word-spacing: 0.1em;
}
#footer img {
	vertical-align: -10%;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}