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

body
{
	margin: 0 auto;
	padding: 0;
	width: 840px;
	font-family: Arial;
	font-size: 11px;
/**	border: 1px solid #00F **/
}

a 
{
	text-decoration: none;
	color: #666
}

a:hover
{
	text-decoration: underline;
	color: #666
}

#page
{
	margin-left: auto;
	margin-right: auto;
	position: relative;	
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 630px;
}

#copyright
{
	position: absolute;
	top: 5px;
	right: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #666
}

#jazyk
{
	position: absolute;
	top: 25px;
	right: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666
}

#logo
{
	position: absolute;
	top: 545px;
	left: 6px;
	width: 154px;
	height: 24px
}