body {
	margin: 0;
	padding: 0;
	background: #FFF url("img/bg_splash.jpg") repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
#page {
	width: 800px;
	margin: 100px auto;
	padding: 0;
}

#left {
	width: 270px;
	float: left;
	margin: 0 0 5px 0;
	text-align: left;
}
.opis{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	width: 250px;
	padding: 15px 0 0 0;
	line-height: 11px;
}

ul.splash li {
	list-style:none outside;
}
ul.splash li a {
	display: block;
	width: 173px;
	height: 29px;
	text-indent: -99999px;
}
ul.splash li.more_a_splash a{
	background: url("img/more_a_splash.gif") no-repeat top center;
}
ul.splash li.more_a_splash a:hover {
	background: url("img/more_a_splash.gif") no-repeat bottom center;
}
#right {
	width: 530px;
	float: right;
	margin: 120px 0 0 0;
}
#tt {position:absolute; display:block; }

#footer {
	clear: both;
	width: 800px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #818181;
	padding: 25px 0 0 0;
	line-height: 14px;
}
#footer a {
	color: #818181;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}