body
{
	left: 0px;
	right: 0px;
	background-color: #000;
	background-image: url(images/wallpaper.png);
	margin-left: 0px;
	height: 100%;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

a img { border: 0; }
hr {display: none;}
h1 {display: none;}

#layer {

	width: 1024px;
	text-align: center;
	margin: auto;
	background-image: url(images/big-logo.png);
	height: 599px;
}

#master
{
	width: 1024px;
	text-align: center;
	position: relative;
	margin: auto;
	background-image: url(images/welicome-image.png);
	height: 599px;
}


.en-flag
{
	width: 36px;
	height: 35px;
	background-image: url(images/english-flag.png);
	position: absolute;
	bottom: 70px;
	left: 400px;
}

.en-flag a
{
	width: 44px;
	height: 43px;
	position: absolute;
	left: 0;
}

.en-flag a h2
{
	display: none;
}

.cs-flag
{
	width: 44px;
	height: 43px;
	background-image: url(images/czech-flag.png);
	position: absolute;
	bottom: 70px;
	right: 495px;
}

.cs-flag a
{
	width: 44px;
	height: 43px;
	position: absolute;
	left: 0;
}

.cs-flag a h2
{
	display: none;
}

.ru-flag
{
	width: 36px;
	height: 35px;
	background-image: url(images/russian-flag.png);
	position: absolute;
	bottom: 70px;
	right: 410px;
}

.ru-flag a
{
	width: 44px;
	height: 43px;
	position: absolute;
	left: 0;
}

.ru-flag a h2
{
	display: none;
}
