/* LANDING PAGE STYLE */

a:visited, :active {
text-decoration: none;
}


html, body {
background: #000;
}

#container {
position: absolute;
top: 50%;
left: 50%;
height: 200px;    
width: 600px;
margin-top: -100px;
margin-left: -300px;
}

/*.logo-index {
position: relative;
min-width: 300px;
max-width: 600px;    
margin: 300px auto 0;
}*/

/*.logo-index {
position: absolute;
min-width: 300px;
max-width: 600px;
top: 40%;
left: 25%;
right: 25%;
}*/

    .logo-index img {
    width: 100%;
    position: absolute;
    z-index: 1;
    }

    #riflesso {
    margin-top: 107px;
    margin-left: -13px;
    position: relative;
    z-index: 0;
    width: 624px;
    }

#entra {
color: #3D3D3D;    
text-align: center;
position: relative;
top: -40px;
display: none;
}
