html, body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_intro.png);
	background-repeat: repeat;
}
#container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 142px;
}
#top_dekor {
	width: 896px;
	height: 23px;
	background-image: url(../img/intro_dekor.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#intro {
	width: 896px;
	background-image: url(../img/intro_main.jpg);
	height: 518px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#scrol {
	padding-top: 350px;
}