html, body {
	background-color: #000;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}



pre {
	
	line-height: 20px; /*--Height of each line of code--*/

	width: 700px;
	overflow: hidden; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}



.tekst {
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif, Book Antiqua;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	
	color: #fffef7;
	text-align: justify;
}

.tekst2 {
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 30px;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	color: #5C5C5C;
	text-align: center;
}



.news {
	padding-left:40px;
	padding-right:40px;
	font-family: Arial, Helvetica, sans-serif, Book Antiqua;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	color: #fffef7;
	text-align: justify;
}

.news_top {
	padding-left: 30px;
	padding-right: 30px;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: bold;
	line-height: 23px;
	color: #5C5C5C;
	text-align: center;
}



.center{
text-align: center;

}

#STRONA {

	top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	
}


#gora {
background-image: url("../img/tlo.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
}



#top {
	/*border-style: duble; border-width: 1px;*/
	top: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	height: 781px;
}






#tresc {

	background-image: url("../img/back.jpg");
	width: 802px;
	height: 425px;
	background-color: #060606;
	
}


#dol {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
background-image: url("../img/tlo-odbicie.jpg");
background-repeat: no-repeat;
background-position: top center;
}		

#tlo {
background-image: url("../img/roze.jpg");
background-repeat: no-repeat;
background-position: center;
}

#bottom {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
    width:926px;
	height:367px;
	background-image: url("../img/tlo-down.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

#SPACE {
	
	height: 79px; 
	overflow: hidden;
	
}

#logo {
    width: 802px;
	height:127px;
	/*border-style: solid; border-width: 1px;*/

}


