html, body {
	height: 100%;
	background: #020000;  
}
body {
	text-align: center; 
	padding: 0;          
	margin: 0;
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 	
}
img {
	border-style: none;
}
div#distance { 
	margin-bottom: -350px; /* half of content height */
	background: #020000;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 700px;         /* required - desired height */
	width: 960px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background-image: url('img/voidaluksuslikkohvikeskus.png');
	background-repeat: no-repeat;
}
div#menu  {
	padding-top: 620px;
	padding-left: 230px;
}
div#menu  a {
	font-family: Arial;
	font-size: 16px;
	color: #ffe3a6;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
}
div#dim
{
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index: 999 !important;
	background-color:black;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
	display: none;
}
div#kuidasosaleda {
	position: absolute;
	top: 50%;
	height: 541px;
	margin-top: -271px;
	width: 675px;
	left: 50%;
	margin-left:-338px;
	background-image: url('img/window.png');
	background-repeat: no-repeat;
	display: none;
	z-index: 9999 !important;
}
div.close {
	padding-top: 15px;
	padding-left: 640px;
	z-index:9999 !important;
}
div.close img {
	padding-left: 0px !important;
}
div#registreerimine {
	position: absolute;
	top: 50%;
	height: 541px;
	margin-top: -271px;
	width: 675px;
	left: 50%;
	margin-left:-338px;
	background-image: url('img/window.png');
	background-repeat: no-repeat;
	display: none;
	z-index:9999 !important;
}
div#reeglid {
	position: absolute;
	top: 50%;
	height: 541px;
	margin-top: -271px;
	width: 675px;
	left: 50%;
	margin-left:-338px;
	background-image: url('img/window.png');
	background-repeat: no-repeat;
	display: none;
	z-index:9999 !important;
}
div#voitjad {
	position: absolute;
	top: 50%;
	height: 541px;
	margin-top: -271px;
	width: 675px;
	left: 50%;
	margin-left:-338px;
	background-image: url('img/window.png');
	background-repeat: no-repeat;
	display: none;
	z-index:9999 !important;
}
div#voitjad  img{
	padding-left: 140px;
}
div.title {
	font-family: Arial;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 20px;
}
div.text1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 30px;
	padding-bottom: 20px;
}
div.text2 {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #9d9d9d;
	font-weight: normal;
	padding-left: 30px;
}
div#rules {
	margin-left: 30px;
	width: 620px;
	height: 350px;
	overflow:auto;
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #9d9d9d;
	font-weight: normal;
}
div#frm {
	margin-left: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
div#frm input[type=text]{
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	background: transparent;
	width: 390px;
	height: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 10px;
	outline: none;
}
div#regok {
	display: none;
	margin-top: 50px;
	width: 100%;
	font-family: Arial;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
div#regfalse {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-family: Arial;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
div#winners{
	width: 300px;
	height: 180px;
	overflow:auto;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
}