body {
    background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, Kalimati, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	}
#ramka {
	   position: relative;
	   border: 2px solid #ffd700;
	   width: 640px;
	   height: 600px;
	   padding-top: 10px;
	   padding-bottom: 0px;
	   padding-left: 10px;
	   padding-right: 0px;
	   margin-left: auto;
       margin-right: auto;
	   margin-top: 50px;
	   text-align: left;
	   z-index: 5;
	   }
#opis {
      position: relative;
	  top: 9px;
      z-index: 4;
	  width: 300px;
	  }
#tytul {
       position: relative;
	   top: 5px;
       z-index: 3;
	   }
#tlo {
       z-index: 1;
	   position: absolute;
	   top: 10px;
	   left: 288px;
	   }
#menu {
      position: absolute;
      top: 370px;
	  left: 295px;
	  z-index: 2;
	  text-align: center;
	  }
#disclaimer {
			position: relative;
			top: 40px;
			left: 0px;
			width: 250px;
			height: auto;
			font-size: 9px;
			font-family: Verdana, Geneva, Arial, Helvetica, Kalimati, sans-serif;
			}
a.two:link {
			font-weight: bold; 
			text-decoration: none; 
			color: #ff0000;
			}
a.two:visited {
			font-weight: bold; 
			text-decoration: none; 
			color: #ff0000;
			}
a.two:hover {
			font-weight: bold; 
			text-decoration: none; 
			color: #ffd700;
			}
