html, body {
	background: black;
	
}

*{ 
	padding: 0;
	margin: 0;
	
}
a:link{
	text-decoration:none;
	color: #FFFFFF;
		
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
#site {
	height: 100%;
	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 30px;
	font: 0.75em/1.5em "Lucida Grande", Verdanam, Tahome, Helvetica, Arial, sans-serif;
}
/* ------------------------------------ TEKSTY - WIELKOSCI I FONTY------------------------*/
h1 { /* tekst do pisania na pierwszej stronie, duzy */
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}	
/*---------------------------------------- LAYOUT Pierwsza strona---------------------------------*/
#lay1 {
	height: 280px;
	width: 700px;
	position: relative;
	background: url("../images/1layout_01.jpg") no-repeat;

}
#lay2 {
	height: 280px;
	width: 700px;
	position: relative;
	background: url("../images/1layout_02.jpg") no-repeat;
}
/*---------------------------------------- LAYOUT Kolejne Strony---------------------------------*/
#menu_pierwsza{ /* menu na 1 stronie */
	height: 205px;
	width: 623px;
	position: absolute;
	left: 43px;
	top: 219px;
	text-align: center;
}

/*LDQ*/

