body, html
{
  margin: 0px;
  padding: 0px;
  border: none;
  height: 100%;
  width: auto;
  background-color: #666;
}

img
{
	border: none;
}

div#content
{
  display: table;
  height: 100%;
  width: 100%;
}

div#srodek
{
  vertical-align: middle;
  display: table-cell;
}

div#srod
{
	border: 1px solid #000;
	width: 530px;
	height: 318px;
	margin: 0 auto;
	background-image: url(../gfx/start.jpg);
}

a
{
	display: block;
	width: 30px; 
	height: 21px;
	outline: none;
}

a#pl
{
	position: relative;
	top: 10px;
	left: 490px;
	background: url(../gfx/pl.png) 0 0 no-repeat;
}

a#en
{
	position: relative;
	top: 20px;
	left: 490px;
	background: url(../gfx/en.png) 0 0 no-repeat;
}

a#pl:hover
{
	background-position: 0 -21px;
}

a#en:hover
{
	background-position: 0 -21px;
}