body {
	margin: 0px 0px;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	background-color: #fff;
   background: url(../images/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
        
}

/*//////////////////////////////////////////////////////////////////////*/
     
#kontener {
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: auto;
}

#top {
	position: fixed;
	top: 0;
   clear: both;
   text-align: center;
	padding: 0px;
   margin: 0 auto;;
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
	
}

#footer {
	position: fixed;
	bottom: 0;
	clear: both;
	text-align: center;
	padding: 0px;
   margin: 0px;
	width: 100%;
	height: 50px;
	background-color: #000;
	color: #fff;
	
}     

#middle {
	
	width: auto;
	height: auto;
   padding: 10px;
	margin: 0 auto;
}


#glowna {
	padding: 20px;
	width:80%;
	min-width:600px;
	max-width:60em;
	margin: 0 auto;
  	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	
	-webkit-border-radius: 20px; /* Safari, Chrome */
 -khtml-border-radius: 20px;    /* Konqueror */
 -moz-border-radius: 20px; /* Firefox */
	border-radius: 20px;
}
     
.linki {
	display: inline;
   margin: 0 auto;
	width: 800;
	text-align: center;
	padding: 0px;
	margin-top:10px;

  }
  

/*//////////////////////////////////////////////////////////////////////*/

ul#normal { 
	list-style-type: circle;
	list-style-position: outside;
	color: #000000;
	font-size: 12 ;
}

li#normal { 
	list-style-type: circle;
	list-style-position: outside;
	color: #000000;
	font-size: 12 ;
}

ul #menu {
	display: inline;
	clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;}

li #menu {
	display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
   }ul a:link, ul a:visited {	text-decoration: none;	display: block;	width: 150px;	color: #ffffff;	font-weight:bold;	padding: 5px 5px;	position: relative;	/*top: 1px;*/}ul a:hover {	background-color:  #000000;	color: #ff0000;}

/*//////////////////////////////////////////////////////////////////////*/       

H1{
	font-size: 12 ;
}

H2{
	font-size: 12 ;
}

H3{
	font-size: 12 ;
	color: #003399;
}

H4{
	font-size: 12 ;
	color: #15e44b;
}

p{
	font-size: 12 ;
}

p#footer {
	display:table-cell;
	vertical-align:middle;
}

a#black:link, a#black:visited {	text-decoration: none;	color: #000000;	font-weight:bold;
	margin: 0px;
	padding: 0px;}


a:link, a:visited {	text-decoration: none;	display: block;	width: 150px;	color: #ffffff;	font-weight:bold;	padding: 15px 15px;	position: relative;	/*top: 1px;*/}