html, body  {
  text-align: center; 
  margin:0px;
  padding:0px;
  border:none;
  height:100%;
  width:auto;
  overflow:visible;
}
a{
	color:#000;
}

body {
	background:#000 url('gfx/tlo_body.jpg') repeat-x left top;
  overflow:auto;
}	

img {
	border: 0px;
}
	

#main {
	display: table; height: 100%; width:100%; #position: relative; overflow: hidden;
}

#site {
	position:relative;
	margin:auto;
	width: 944px;
	height: 651px;
	background: url('gfx/tlo_content.jpg') no-repeat center center;	
	text-align:left;
}


#kontener {
	left:0px; #position: absolute; top: 70px;display: table-cell; vertical-align: middle;
}

div#autogaz {
	display:block;
	position:absolute;
	left:-26px;
	top:0px;
	padding-top:376px;
}

div#tuning {
	display:block;
	position:absolute;
	right:-27px;
	top:0px;
	padding-top:382px;
}

.autogaz_pl {
	position:absolute;
	top:300px;
	left: 280px;
	z-index:2;
}

.autogaz_de {
	position:absolute;
	top:300px;
	left: 330px;
	z-index:2;
}

.tuning_pl {
	position:absolute;
	top:300px;
	left: 570px;
	z-index:2;
}

.tuning_de {
	position:absolute;
	top:300px;
	left: 620px;
	z-index:2;

}

#stat {
	position:absolute;
	bottom:0px;
	right: 0px;
}
/*----------panel----------*/
#panel
{
	background: transparent;
	padding: 10px;
	width: 200px;
	
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */	
	left: 100px;
	top: 95%;
	
}


ul#main_menu
{
	list-style: none;
}

#main_menu a
{
	color: transparent;
	text-decoration: none;
}

#main_menu a:hover
{
	text-decoration: underline;
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(grey_ribbon.png);
	display: block;
	height: 85px;
	text-indent: -9999px;
	width: 216px;

	position: absolute;
	right: -216px;
	top: 0px;
}

.zamknij
{
	background-position: 0px 0px;
}

a:focus { 
outline:none; 
}
