body, html { margin: 0px; padding: 0px; }

.Ukryte {
	display: none;
}

.Odkryte {
	display: block;
}

#Style {
	position: absolute;
	z-index: 100;	
	padding: 5px;
	width: 220px;
	font-family: Verdana;
	font-size: 8pt;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	background-color: #FFF;	
}

#Style div.Styl {
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	border: 1px solid #FFF;
}

#Style div.Styl:hover {
	background-color: #DDD;
	border: 1px solid #EEE;
} 

#Przycisk1, #Przycisk2 {
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	cursor: pointer;
}

#Przycisk2 {
	width: 120px;
	color: #DDD;
	padding: 2px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
}

body {
	background-color: #000000;
	background-image: url('background-5.jpg');
}

#Kontener {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 282px;	
	background-image: url('background-5.png');
	background-position: center center;
	background-repeat: repeat-x;
}

div {
	font-family: Georgia;
	font-size: 12pt;
}

#Odliczanie {
	color: #FFFFFF;
	position: fixed;
	top: 80px;
	width: 400px;
	right: 100px;
	text-align: center;
}

#Dni, #Godziny, #Minuty, #Sekundy { font-weight: bold; font-size: 20pt; }

#Przyslowie {
	color: #FFFFFF;
	position: fixed;
	top: 180px;
	left: 40px;
	width: 380px;
	display: block;
	margin: 0 auto;	
	text-align: center;
	font-style: italic;
}

#Podpis {
	font-size: 10pt;
}

#Tresc {
	margin-top: 10px;
	font-size: 14pt;
}

#Forum {
	font-style: italic;
	font-size: 10pt;
	color: #000000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#Forum a {
	text-decoration: underline;
	color: #000000;
}