:focus {
	outline:none;
}

html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}


.content-holder {
	min-height: 100%;
}

* html .content-holder {
	height: 100%;
}

#content_empty {
	padding-bottom: 0px; /* высота footer'а */
}

body {
	background-image: url(/images/Bg.png);
}

body, table, th {
	font-family: tahoma, arial, sans-serif;

	font-size:11px;
	color: #333;
	border-collapse: collapse;
}

a:link, a:visited {
	color: #315069;
	text-decoration: none;
}

a:active {
	color: #7d95a9;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:img {
	border:none;
}

.main_TD {
	padding: 0 10 20 10;
	text-indent: 0px;
	text-align:justify; 
}

.bBG {
	width: 900px;
	height: 100%;
}

#footer {
	position:relative;
	width: 100%;
	height: 40px;
	margin-top: -40px; /* высота footer'а */
}

.footer_table {
	color:#fff;
	font-size: 10px;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
}


.shortmenu {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 380px;
	width: 60px;
	z-index: 100;
	display:none;
}

.Top_bg {
	position: absolute;
	top:0px;
	height: 160px;
	width: 100%;
	background: url(/images/Top_bg.png);
	background-repeat:repeat-x;
	z-index:-1000;
}

.clock {
	position: absolute;
	top: 0px;
	left: 50%;
	/*margin-left:0px;*/
	height: 101px;
	width: 270px;
	z-index: 1;
}

.BGImage {
	background: url(/images/Bg_image.jpg);
}

.Earth {
	position: absolute;
	top: 0px;
	/*left: 50%;
	margin-left: ;*/
	background: url(/images/Earth.png) top center no-repeat;
	z-index: -1000;
	width: 100%;
	height: 100%;
}

.LeftHeader {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	color:#555;
	text-align: center;
	background: #eee;
	padding: 2 10 3 10;
	margin: 0 10 3 10;
}
