body {font-size:100%;
margin: 0;
padding: 0;
background:#000;
}
h1 {font-size:1.5em;}
h2 {font-size:0.975em;}
h3 {font-size:1.5em;}
h4 {font-size:0.975em;}
#conts{
	font-family:Arial, Tahoma;
	font-weight:normal;
	text-align:center;
	color:#ebdb6a; 
	position:absolute; 
	overflow:hidden; 
	left:14%; 
	top:454; 
	z-index:30;
}

#conts1{
	font-weight:normal;
	font-family:Arial, Tahoma;
	text-align:center;
	color:#ebdb6a; 
	position:absolute; 
	overflow:hidden; 
	left:23%; 
	top:486; 
	z-index:30;
}

#butt{
	position:absolute; 
	overflow:hidden; 
	left:43%; 
	top:530; 
	z-index:30;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}


table#content_them_all{
	position: relative;
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	width: 350px;
			left: 65%;
			top: 140px;
			/*margin: -5% 65%;
			padding-top: 50px;
			padding-left: 20%;
			padding-top: 45%;
			top: 220px;
			left: 100px;*/
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			z-index: 100;

	}
	
div#content1 {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	width: 340px;
			left: 7%;
			top: 260px;
			/*margin: -10% 15%;
			padding-top: 140px;
			padding-top: 25%;
			top: 220px;
			margin-left: 750px;*/
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			z-index: 100;

	}
	
.vhod{
	font-family:Serif;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
}

.vhod:hover{
	color:#44ff1b;
	text-decoration:none;
}

