html, body  
	{background: #000000; 
	 text-align: center; 
	 font-size: 1em; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: left;
	}
img 
  {border: 0px;
	}
h1 
	{font-size: 1.2em; 
	 font-weight: bold;
	 color: #ff6101;
	 text-align: center;
	}
h2
	{font-size: 0.8em; 
	 font-weight: bold;
	 color: #ff6101;
	 text-align: center;
	}
a 
	{color: #ff6101;
	 text-decoration: none; 
	}
a:hover
	{text-decoration: underline; 
	}

#klawisz1
	{position: relative;
		width: 150px;
		height: 350px;
    margin: 90px auto 0;
		border: 1px solid #ff6101;
	}
#klawisz2
	{position: relative;
		width: 150px;
		height: 50px;
    margin: 5px auto;
		border: 1px solid #ff6101;
		}
#logo
	{position: absolute;
		top:20px;
		left:-90px
	}
#napis1
	{position: relative;
		top: 230px;
	}
#napis2
	{position: relative;
		top: 5px;
	}

