/* @override http://www.spletovizija.com/style.css */

*
            {
                margin: 0;
                padding: 0;
            }
            body
            {
                background: #1b1511;
            }
            #layout
            {
                width: 640px;
                height: 380px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -200px -320px;
            }
            h1
            {
                display: block;
                width: 640px;
                height: 380px;
                background: transparent url(splash.gif) no-repeat;
                text-indent: -160px;
                overflow: hidden;
            }
            #box
            {
		width: 640px;
		height: 80px;
		margin-top: 400px;
		background: transparent;
		text-align: center;
		display: block;
            }
            #text
            {
		position: absolute;
           	left: 35%;
		bottom: -15%;
                font-size: 11px;
                font-family: arial, helvetica, sans-serif;
                color: #FFF;
            }
            a
            {
		color: #4e3c30;
}