html, body {
	margin: 0;
	padding: 0;
	height: 100%;	
}
body {
	font-family: Arial, Helvetica, Jamrul, sans-serif;
	font-size: 12px;
	color: #606060;
	line-height: 150%;
	background: #f7f7f7 url(../images/ebooks/tlo.png) repeat-x 0 0;
	text-align: center;
}
a.home {
    display: block;
    float: left;
    height: 105px;
    margin-bottom: -105px;
    margin-top: -80px;
    width: 360px;
}
a.home span { display: none; }
.title {
	text-align: right;
	float: right;
	margin-top: -80px;
	height: 55px;
	width: 390px;
	padding: 14px 0px 0px 0px;
	font-family: 'Times New Roman', Arial, Helvetica, Jamrul, sans-serif;
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.title span {
	font-size: 26px;
	line-height: 25px;
	color: #f38a17;
	display: block;
}
.main {
	height: 100%;
	min-width: 960px;
	min-height: 791px; /* 126px + wys książki*/
	margin: 0px auto;
	position: relative; 
	background: url(../images/ebooks/header.png) no-repeat center 0;
}
.icons {
	width: 960px;
	margin: 0px auto 10px;
	padding-top: 80px;
	text-align: right;
	padding-right: 32px;
	height: 26px;
}
.icons img {
	margin-left: 3px;
}
.browser {
	position: absolute;
	height: auto;
	top: 116px;
	bottom: 10px;
	left: 0px;
	right: 0px;
}