html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url('../images/background/main.jpg');
	background-repeat: repeat;
	color: #000000;
	cursor: default;
	font-family: verdana, arial;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}
a:link, a:visited {
	color: #DE4A37;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #E35C45;
	text-decoration: underline;
}
h1, h2 {
	margin: 0 0 0px 0;
}
h1 {
	background-color: #000000;
	font-size: 250%;
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	background-color: #DE4A37;
	color: #000000;
	font-size: 165%;
	border-bottom: none;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:hover {
	color: #000000;
	text-decoration: none;
}
.cotojatka {
	border: 1px solid #000000;
	background-color: #FFB76F;
	color: #000000;
	padding: 5px;
}
div#header {
	border-top: 5px solid #EC8161;
	border-bottom: 5px solid #EC8161;
	background-image: url('../images/background/header.jpg');
	background-repeat: repeat;
	height: 284px;
}
div#page {
	width: 752px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
}
hr {
	width: 95%;
	border-width: 0px;
	border-bottom: 1px solid rgb(236,129,97);
	height: 0px;
}
img {
	border: 0px;
}
div#main-box {
	text-align: center;
	margin-top: 150px;
}
.left-box {
	position: absolute;
	left: 250px;
}
.description-box {
  border-left: 2px solid #EC8161;
  border-right: 2px solid #EC8161;
  width: 235px;
  text-align: left;
  margin-left: 254px;
  padding: 3px;
}
.right-box {
	position: absolute;
	right: 250px;
}
a.right-box {
	color: red;
}
/* CHRISTMAS LIGHTS */
.xlsf-light {
	position: absolute;
}
body.fast .xlsf-light {
	opacity: 0.9;
}
.xlsf-fragment {
	position: absolute;
	background: transparent url('../images/lights/bulbs-50x50-fragments.png') no-repeat 0px 0px;
	width: 50px;
	height: 50px;
}
.xlsf-fragment-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	*width: 100%;
	*height: 100%;
	display: none;
}
.xlsf-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 1;
	z-index: 999;
	display: none;
}
/*.xlsf-light.bottom {
	height: 49px;
	border-bottom: 1px solid #006600;
}
.xlsf-light.top {
	height: 49px;
	border-top: 1px solid #009900;
}
*/
