/***************************
 *                         *
 *  www.webfocus.com.ua    *
 *                         *
 ***************************/

body, html {
    margin: 0; padding: 0;
    height: 100%; width: 100%;
    top: 0; left: 0;
    min-height: 162px;
    min-width: 85px;
    position: absolute;
    color: #fff;
}

body{
   background: #000 url(../images/bg.jpg);
}

div#container-horizontal{
    margin:  auto;
    position: absolute;
    top: 50%; left: 50%;
}

div#container-in{
    width: 162px; height: auto;
    position: absolute;
    top: -42px; left: -81px;
    overflow: hidden;
    background: url(../images/init2.png);
    color: #f00;
    font-family: Tahoma;
    font-size: 10pt;
    padding: 5px;
    border: #f00 1px solid;
    text-align:center;
}
