/* CSS Document */
/*-------------------- Default  ---------------------*/
html {
  height:100%;
}

body {
margin:0;
padding:0;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#5e5e5e;
background: #212120 url(../images/fon.jpg) top right no-repeat;
min-height:100%;
position:relative;
}

* html body {
  height:100%;
}

img {
border:none;
}

a {
color:#FFB005;
text-decoration:none;
font-size:14px;
font-family: Tahoma;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}

/*/////////////////////////////////////////////////////////////////////////*/

.lang {color:#838282;text-transform:uppercase;text-decoration:none;font-size:12px;}
.lang:link {color:#838282;text-transform:uppercase;text-decoration:none;font-size:12px;}
.lang:visited {color:#838282;text-transform:uppercase;text-decoration:none;font-size:12px;}
.lang:hover { color:#E50722; text-decoration: underline;}


.menu_top {
	color:#5e5e5e;
	position:absolute; top:0; left:0;
}
.menu_left {
	color:#5e5e5e;
	position:absolute; top:57px; left:0;
}
.bottom {
	color:#5e5e5e;
	position:absolute; /*top:754px;*/ bottom:20px; left:0;
}
.main_content {
	color:#5e5e5e;
	/*background:url(../images/mail.png) left no-repeat;*/
}


