html, body, * {
	margin: 0;
	padding: 0;
}

a{
	color:#93b0ce;
	text-decoration:none;
}

#wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	visibility:hidden;
}

#inner{
	left:50%;
	margin-left:-960px;
	position:relative;
}

#content{
	position:relative;
}

#bg{
	background:url("../img/bg.jpg");
	width:1920px;
	height:1080px;
	position:absolute;
	top:0;
	left:0;
}

#lines{
	background:url("../img/lines.png");
	width:2304px;
	height:932px;
	top:20px;
	position:absolute;
	left:-200px;
}

#book_cont{
	position:absolute;
	top:186px;
	left:1122px;
}

#book{
	background:url("../img/book.png");
	width:422px;
	height:573px;
	position:absolute;
}

#book_shadow{
	background:url("../img/book_shadow.png");
	width:483px;
	height:270px;
	position:absolute;
	top:530px;
}

.title{
	font-family: 'Lato', sans-serif;
	color:#09335f;
	font-size:60pt;
	font-weight:900;
}

#left_column{
	top:173px;
	left:460px;
	height:1080px;
	position:relative;
	line-height:67px;
	letter-spacing:-1px;
}

#title1{
	margin-left:70px;
}

#title2{
	margin-left:110px;
}

#title3{
	margin-left:0px;
}

#subtitle{
	color:#00859a;
	font-size:30pt;
	letter-spacing:4px;
	margin-left:200px;
	line-height:30px;
}

#buttons{
	width:300px;
	height:100px;
	position:absolute;
}

.button{
	width:56px;
	height:37px;
	display:block;
	float:left;
	margin-left:3px;
	top:10px;
	position:relative;
	cursor:pointer;
}

.button_over{
	width:56px;
	height:37px;
	display:block;
	float:left;
	margin-left:3px;
	top:10px;
	position:relative;
	cursor:pointer;
}

#pl_out{
	background:url("../img/pl_btn.png") no-repeat;
}

#en_out{
	background:url("../img/en_btn.png") no-repeat;
}

#pl_over{
	background:url("../img/pl_over.png");
}

#en_over{
	background:url("../img/en_over.png");
}

.description{
	font-family: 'Lato', sans-serif;
	color:#4d4d4d;
	font-size:13pt;
	font-weight:200;
	position:relative;
	top:60px;
	width:600px;
	line-height:28px;
}

.more_pl{
	background:url("../img/more_btn_pl.png");
	width:471px;
}

.more_en{
	background:url("../img/more_btn_en.png");
	width:395px;
}

#more_btn{
	height:183px;
	top:110px;
	position:relative;
	display:block;
	cursor:pointer;
}

.button_over{
	display:none;
}

#description_pl{
	visibility:hidden;
	opacity:0;
}

#description_en{
	visibility:hidden;
	opacity:0;
}

#footer{
	background:#0e2d4d;
	height:140px;
	width:100%;
	position:relative;
	font-family: 'Lato', sans-serif;
	font-size:10pt;
	line-height:40px;
	letter-spacing:1px;
}

#footer_img{
	background:url("../img/footer_img.png");
	width:100px;
	height:92px;
	position:absolute;
	top:25px;
	left:480px;
}

#footer_labels{
	color:#ffffff;
	font-weight:400;
	left:600px;
	text-align:right;
	position:absolute;
	font-weight:600;
	top:25px;
}

#footer_details{
	color:#93b0ce;
	font-weight:400;
	left:750px;
	text-align:left;
	position:absolute;
	top:25px;
}

#footer_details_additional{
	color:#93b0ce;
	font-weight:400;
	left:750px;
	text-align:left;
	position:absolute;
	top:85px;
}

.footer_pl, .footer_en{
	display:none;
}