@charset "utf-8";

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}

body {
	background-attachment: fixed;
	background-image: url(../bg.gif);
	background-repeat: no-repeat;

}
#bg_lore {
	background-image: url(../poze/bg_final_02.png);
	background-repeat: no-repeat;
	height: 324px;
	width: 573px;
	background-position: center top;
}
#bg_line_2 {
	background-image: url(../poze/bg_line.png);
	height: 23px;
	width: 753px;
	background-repeat: no-repeat;
	background-position: center center;
}

#bg_linie {
	background-image: url(../poze/bg_line.png);
	height: 23px;
	width: 753px;
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	background-image: url(../images/top_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 873px;
}
#content {
	background-image: url(../images/content_2.png);
	background-repeat: repeat;
	background-position: center center;
	height: auto;
	width: 873px;
}
#footer {
	background-image: url(../images/footer_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 873px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}
a:active {
	color: #FFF;
}

