@charset "UTF-8";

img {
        border: none;
        }

a:focus {
        -moz-outline-style: none;
}

html,body{

        width:100%;
        height:100%;
        overflow:hidden;
        margin: 0px;
        padding: 0px;
		
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 11px;
		color:#606060;

        }

#background {
        position: absolute;
        z-index:0;
        width:100%;
        height: 100%;

        }

#fullscreenNode {
                position: fixed;

        top: 50%;
        left: 50%;

        z-index:1;
        }

#contentNode {
        position: fixed;
		
        top: 50%;
        left: 50%;

        z-index:2;
        }

#textNode {

        position: absolute;
		
		bottom: -16px;
		
        color:#000000;

        font-family: Tahoma, Geneva, sans-serif;
        font-size:10px;

        letter-spacing: 1px;
		

        z-index:3;

        }

#imageNode {


        }

#info {

     }

#navigationBox {

    position: absolute;
    top: 0px;
    left: 0px;

    margin-top: 25px;
    margin-left: 35px;
    width: 806px;
        z-index:3;

    }

#pageBox {

    position:absolute;

    left: 36px;
    bottom: 45px;

    margin-right: 10px;

    z-index:4;

    }
	
#preloader {
	
	position:fixed;

    margin-left: -50px;
	margin-top: -50px;

     z-index:2;
	
	}


.dash {
   	vertical-align: -25%;
        }
		
		
#tooltip {
	
	position:absolute;
	z-index: 4;
	
	}