.body {
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%;
}

.img_babylon {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: auto;
    alignment-adjust: central;
    position:relative;
    display: block;
    width: 100px;
   border: 2px solid white;
   border-radius: 25px;
   
}

.box-eula{
    height:250px;
    width:1105px;
    display: block;
    margin-top:80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border:1px solid #ccc;
    font:10px Arial;
    overflow:auto;
       padding: 3px;
}

.column {
    left: 0;
    right: 0;
    margin: auto; 
    margin-top: 8px; 
}

.testoClient{
    font:15px Arial;
    position: relative;
    margin-top: 80px;
    margin-bottom: 0px;
    left: 0%;
    right: 0;
    margin: auto; 
    top: 66px;
}

.testoPrerequisiti{
    font: 14px Arial;
    position: relative;
/*    margin-left: auto;
    margin-right: auto;*/
    left: 0;
    right: 0%;
    /*margin: auto;*/ 
    top: 100px;
}



.footer {
    position: fixed;
    bottom: 0px;
    height: 51px;
    margin-bottom: 0;
    width: 100%;
    background-color:#E30813;

}

.bottomUrl{
    margin-right: 20px;
     color: white;
    font-size: 16px ;
    padding-top: 11px;
    
}

.header {
    position: relative;
    height: 40px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #E30813;

}



@media screen and (max-height: 620px) {

    .container {
        padding-bottom: 80px;
    }
}




