body {
	background-image:url('images/bg.jpg');
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px
	font-stretch: condensed;
}
a:hover{
  color:#ffffff;
  text-decoration: none;
}
a{
  color:#ffffff;
  text-decoration: underline;
}
* {margin: 0px;padding: 0px;}

.clear{clear:both;}

img {border: 0px;}
 img, div { behavior: url(iepngfix.htc) }

#container{
	margin: 0px auto;
	width: 1000px;
}
#header{
	margin: 0px auto;
	text-align: center;
	width:930px;
	height:377px;
}
#top{
	margin: 0px auto;
	text-align: center;
	width:930px;
	height:35px;
}
#content{
	width:1000px;
	height:auto;
	overflow:hidden;
	background-image:url('./images/content_bg.png');
	background-repeat: repeat-y;
}
#left{
  width:204px;
	height:auto;
	overflow:hidden;
	float:left;
	display:inline;
	padding-right:46px;
	padding-top:5px;
	text-align:center;
	background-image:url('./images/pw.png');
	background-repeat: no-repeat;
}
#menu_spacer{
  width:204px;
	height:5px;
}
#center{
  width:500px;
	height:auto;
	overflow:hidden;
	float:left;
	display:inline;
}
#right{
  width:204px;
	height:auto;
	overflow:hidden;
	float:right;
	display:inline;
	padding-left:46px;
	text-align:center;
	background-image:url('./images/dlon.png');
	background-repeat: no-repeat;
}
#licznik{
  width:204px;
	height:58px;
	background-image:url('./images/licznik.png');
	background-repeat: no-repeat;
	text-align:center;
	font-size:21px;
	padding-top:50px
}
#footer{
  margin: 0px auto;
	text-align: center;
	width:930px;
	height:150px;
	clear:both;
}