/*------------------------
CSS by: Sobolev Ivan (Russia, Moscow)

Contact: ICQ 226801027

------------------------*/


*, html, body, div {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


body {
	font-family:Arial;
	font-size:10px;	
	text-align:center;
	background-color:#000;
}

html, body {
 height:100%;
}

ul, li {
	list-style:none;
}

img {
	border:none;
}

a {
	text-decoration:underline;
}

input.button {
	cursor:pointer;
}

/* MAIN LAYOUT
--------------------------------------------------------*/
#distance 
{ 
	width:50%;
	height:50%;
	margin-bottom:-225px; /* half of container's height */
	float:left;
}

#container {
	position:relative; /* puts container in front of distance */
	width:100%;
	height:100%;
	background:url(/images_i/mainbg3.jpg) no-repeat top center;

}

#luch {
 	position:relative; /* puts container in front of distance */
	width:100%;
	width: expression((documentElement.clientWidth < 999) ? "999px" : "auto" );
	min-width: 999px;
	height:450px;
	text-align:left;
	clear:left;
	background:#000 url(/images_i/luch.gif) repeat-x 20px 150px;
}

#luch2 {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:360px;
	background:#000 url(/images_i/luch2.gif) repeat-x 20px -9px;
}


.box {
	position:absolute;
	top:85px;
	right:50%;
	margin-right:-420px;
}

.box p {
	margin-bottom:12px;
	color:#FFF;
}

	.box p a {
		color:#FFF;
	}

.box p.flash {
	background:url(/images_i/icon_flash.gif) no-repeat top left;
}

.box p.html {
	background:url(/images_i/icon_html.gif) no-repeat top left;
}

.box p.flash , .box p.html {
	margin-bottom:0px;
	padding:3px 0px 5px 25px;
}

.box p.flash a {
	font-size:12px;
	color:#CF0808;
}

.box p.html a {
	font-size:12px;
	color:#B1BFD4;
}

/* Trash
----------*/

.clear {
	width:100%;
	height:1px;
	clear:both;
	overflow:hidden;
}










