html, body{
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#252525;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
#osrodek{
	width:50px;
	height:450px;
	left:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	z-index:1;
}
#site{
  	width:780px;
  	margin:0px auto;
  	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	width:780px;
	height:450px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
#hotel-trylogia, #klub-galop, #teatr-equus{
	padding:0px 0px 0px 0px;
	width:235px;
	float:left;
}
.trylogia{
	margin:0px 0px 0px 13px;
}
.galop{
	margin:0px 0px 0px 25px;
}
.equus{
	margin:0px 12px 0px 25px;
}
#centrum{
	width:780px;
	height:50px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	text-align:center;
	color:#3c3c3c;
	clear:both;
}
#centrum h1{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#3c3c3c;
}
#footer{
	width:780px;
	margin:10px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	clear:both;
}
#footer a:link, #footer a:visited{
	color:#3c3c3c;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	color:#555;
	text-decoration:none;
}
a,a:link,a:active,a:focus,a:visited,li,img,h1,h2,h3{
	outline-style:none !important;
	outline:none !important;
}
a img{border:none;}
