        HTML, BODY {
            height: 100%;
        }
        BODY {
            margin: 0;
            padding: 0;
            background-color: #2E3092;
            font-size: 10px;
            font-family: Arial, sans-serif;
            color: #A6A7ED;
        }
        A {
            color: #A6A7ED;
            text-decoration: underline;
        }
        A:hover {
            color: #A6A7ED;
            text-decoration: none;
        }
		table.td {
		margin-left:5px;
		}
		
        #bg_l {
            position: absolute;
            top: 50%;
            left: 0;
            height: 294px;
            width: 50%;
            margin-top: -170px;
        }
        #bg_l .bg {
            height: 294px;
            margin-right: 6px;
            background: url('index__bl.jpg') top right repeat-x;
        }
        #bg_r {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 294px;
            width: 50%;
            margin-top: -170px;
        }
        #bg_r .bg {
            height: 294px;
            margin-left: 6px;
            background: url('index__br.jpg') top right repeat-x;
        }
        #main {
            height: 294px;
            position: absolute;
            top: 50%;
            margin-top: -170px;
            width: 100%;
            background: url('index_lt.jpg') top no-repeat;
        }
        #foot {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 20px;
        }
        UL#lang {
            position: absolute;
            top: 50%;
            left: 50%;
            list-style: none;
            margin: 90px 0 0 -296px;
            padding: 0;
        }
        UL#lang LI {
            float: left;
        }
        UL#lang LI A {
            display: block;
            height: 30px;
        }
        UL#lang LI A SPAN {
            display: none;
        }
        UL#lang LI A.lt {
            width: 88px;
            background: url('lm_lt.jpg') top left no-repeat;
        }
        UL#lang LI A.en {
            width: 72px;
            background: url('lm_en.jpg') top left no-repeat;
        }
        UL#lang LI A.ru {
            width: 76px;
            background: url('lm_ru.jpg') top left no-repeat;
        }
        UL#lang LI A.de {
            width: 77px;
            background: url('lm_de.jpg') top left no-repeat;
        }