* {
  padding: 0;
  margin: 0;
}
body {
  background: url('tlooo.png') 0 0 fixed;
  margin: 20px 0;
 }

 #hotnews {
  height: 35px;
  width: 1000px;
  position: relative;
  font-size: 1.25em;
  color: #FFFF00;
  font-family: Tahoma, Georgia;
  background: url('hotnews.png') left bottom no-repeat;
  }
  
   #menulewe {
  height: 22px;
  width: 200px;
  position: relative;
  position: left;
  padding: 0 0 0 15px;
  font-size: 0.81em;
  font-family: Tahoma, Georgia;
  background: url('bgmenu.png') left;
  }
   
   #menulewekoniec {
  height: 21px;
  width: 200px;
  position: relative;
  position: left;
  padding: 0 0 0 15px;
  font-size: 0.81em;
  font-family: Tahoma, Georgia;
  }


 #stopka {
  height: 35px;
  width: 1000px;
  position: relative;
  padding: 2px 0 0 185px;
  font-size: 1.00em;
  color: #FFE200;
  font-family: Tahoma, Georgia;
  background: url('stopka1.png') no-repeat;
  }
  
   #strzelcy {
  font-size: 9px;
  color: #FCFF00;
  }
  
   #tabela {
  height: 30px;
  width: 240px;
  position: relative;
  font-family: Tahoma, Georgia;
  background: url('bgtabela.png') left bottom repeat-x;
  }
  
     #tabelaelana {
  height: 30px;
  width: 240px;
  position: relative;
  font-family: Tahoma, Georgia;
  background: url('bgtabelaelana.jpg') left bottom no-repeat;
  }


#NAGLOWEK {
	background-color: yellow;
	height: 180px;
	
}

#HOT {
	clear: both;
	color: #FFE200;
  	font-family: Tahoma, Georgia;
 	font-size: 10pt;
	width: 100%;
	height: 35px;
	background: url('hotnews.png');
}




.box {
    background-color: #ffffff;
    color: #888888;
    height: 0px;
    left: 100%;
    padding: 0px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 0px;
    z-index: 101;
	border:0px solid #86BC45;
	border-radius:0px;
	-moz-border-radius:0px;
}


a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 36px;
    left: 700px;
    position: relative;
    top: 1px;
    width: 36px;
}