body, html {
    margin: 0; padding: 0;
    height: 100%; width: 100%;
    top: 0; left: 0;
    min-height: 400px;
    position: absolute;
	background: url(images/prechod.gif) 0 center repeat-x #000;
}

/* centrovanie */

div#flashcontent {
    width: 100%;
    height: 100%;
}

div#container-horizontal
{
    margin:  auto;
    position: absolute;
    top: 50%; left: 50%;
}

    div#container-in
    {
    	font-family: Myriad Pro, Tahoma;
        text-transform: uppercase;
        font-size: 14px;
        width: 600px; height: 140px;
        position: absolute;
        top: -55px; left: -300px;
        overflow: hidden;
		color: #99cc33;
        text-align: center;
    }
    
    a#flash {
    	text-indent: -999em;
        overflow: hidden;
        display: block;
        margin: auto;
        width: 158px;
        height: 77px;
        background: url(images/flash.gif) no-repeat;
    }

    a#flash:hover { background-position: 0 100%; }

a, img { border: none; outline: none; }
