/***************************
 *                         *
 *   www.webdesigners.sk   *
 *                         *
 ***************************/

body, html {
    margin: 0; padding: 0;
    height: 100%; width: 100%;
    top: 0; left: 0;
    min-height: 160px;
    position: absolute;
	background: #171e24;
}

h1 { display:none; }

/* centrovanie */
div#container-horizontal
{
    margin:  auto;
    position: absolute;
    top: 50%; left: 50%;
}

    div#container-in
    {
        width: 350px; height: 160px;
        position: absolute;
        top: -80px; left: -175px;
        overflow: hidden;
        top:expression(document.body.clientHeight > 160 ? "-80px" : ( - document.body.clientHeight / 2) + "px");
    }
    
.home {	background: url("andrej-bankovich.png");}
.error { background: url("404.png");}
#webdesigners { display:none; }