/* uwaga na zmiany bo arkusz dotyczy i pliku html i flasha!!! */
body {
			padding:0px 0px 0px 0px;
			margin:0;
			text-align:center; 
			background-image: url(tlo.jpg);
			background-position:center top;
			background-repeat:no-repeat;
}

div.meble {
			padding: 0;
			border: 0;
			height:100%;
			width:100%;
			}
div {
		margin: 0px;
		padding: 0px;
		border: none;
		margin-left : auto;
		margin-right: auto;
		text-align: center;
}
div.kolonialne {
    width:100%;
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: center;
		color: #909090;
		text-decoration: none;
		font-size: 10px;
}
h1 {
		margin: 0px;
		padding: 0px;
		border: none;
		text-align: center;
		color: #909090;
		text-decoration: none;
		font-size: 8px;
}
/* to style do flasha */
p {
color: #909090;
font-weight: normal;
font-style: normal;
}
a:link {
	color: #4169E1;
	text-decoration: underline;
}
a:visited {
	color: #333355;
	text-decoration: underline;
}
a:active {
	color: #228B22;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}