@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#logo {
	position:fixed;
	width:176px;
	height:54px;
	z-index:1;
	left: 402px;
	top: 123px;
}
#meniu {
	position:fixed;
	width:421px;
	height:16px;
	z-index:1;
}
#picture {
	position:fixed;
	width:418px;
	height:146px;
	z-index:1;
	background-image:url(../images/header-trans.png);
	background-repeat:no-repeat;
}
#content {
	position:absolute;
	width:420px;
	height:381px;
	z-index:1;
	left: 402px;
	top: 199px;
}