@charset "utf-8";
/* CSS Document */

body, table
{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	}

#english
{
	background: url("images/web-design-eng.jpg") no-repeat;
	white-space: nowrap;
	display: block;
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;

}

#english:hover
{ 
  background-position: 0 -25px;
}

#english span
{
  display: none;
}

#polski
{
	background: url("images/dobra-strona-pl.jpg") no-repeat;
	white-space: nowrap;
	display: block;
	width: 75px;
	height: 25px;
	margin: 0;
	padding: 0;

}

#polski:hover
{ 
  background-position: 0 -25px;
}

#polski span
{
  display: none;
}