/* -------------------------------------------------------------------------------
		General
--------------------------------------------------------------------------------- */
body {	background-color: #000000;	margin:0px;	padding:0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
img.h150	{
	height: 150px;
}
img.enter	{
	height: 30px;
	width: 110px;
}

#main {	position: relative;
	width: 810px;
	height: auto;
	top: 0px;
	margin: auto;
	text-align: left;
	background-image: url('../images/bg/main.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}
#yellow {	position: absolute;
	width: 620px;
	height: 470;
	top: 90px;
	left: 95px;
	background-color: #fcc21b;
}
#black {	position: absolute;
	width: 618px;
	height: 468;
	top: 1px;
	left: 1px;
	background-color: #000000;
}
#inner {	position: absolute;
	width: 600px;
	height: 450;
	top: 9px;
	left: 9px;
}
#marks_left {	position: absolute;
	width: 30px;
	height: 500px;
	top: 75px;
	left: 0px;
	background-image: url('../images/index/left.jpg');
}
#marks_right {	position: absolute;
	width: 30px;
	height: 500px;
	top: 75px;
	right: 0px;
	background-image: url('../images/index/right.jpg');
}
#enter {	position: absolute;
	width: 110px;
	height: 30px;
	top: 309px;
	left: 424px;
}
#cmyk {	position: absolute;
	width: 620px;
	height: 20px;
	top: 570px;
	left: 95px;
	background-image: url('../images/index/cmyk.jpg');
}
#pocitadlo {	position: absolute;
	top: 0px;
	right: 0px;
}