/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 juil. 2015, 10:19:34
    Author     : baldetti
*/
html {
                width: 100%;
                height: 100%;
                top: 0px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                min-height:100%;
            }
            #layer2 {
                background-image: url("/items/layer2.png");
                background-repeat: repeat;
                width: 100%;
                height: 100%;
                top: 0px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                min-height:100%;
                z-index: 100;
                position: fixed;
            }
            #layer3 {
                background-image: url("/items/layer3.png");
                background-size: cover;
                background-position: center center;
                background-attachment: fixed;
                width: 100%;
                height: 100%;
                top: 0px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                min-height:100%;
                z-index: 200;
                position: absolute;
                display: block;
            }
            #logo {
                position: absolute;
                margin-left: auto;
               
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 50%;
                display: block;
            }
            
            #copyright {
                position: absolute;
                bottom: 10px;
                left: 10px;
                color: white;
                font-family: arial;
                text-shadow: 1px 1px #000000;
                display: block;
            }
            #language {
                bottom: 10px;
                position: inherit;
                width: 280px;
                height: 160px;
                left: 0px;
                right: 0px;
                max-height: 40%;
                max-width: 80%;
                                margin: 0 auto;
                                text-align: center;
                                border-radius: 20px;
                                background-color: rgba(0, 0, 0, 0.5);

                                
            }
            
            .language {
                display: block;
                width: 90%;
                height: 40%;
                margin: 0 auto;
                max-height: 100%;
                
            }