.containerindex{
    display: block;
    text-align: center;
    width: 50%;
    position: relative;
    margin: 0 auto;
    float: left;
    /*border: 10px dotted blue;*/
    /*background-color: #060b20;*/
}

.banner{
    text-align: center;
    /*border: 2px dashed green;*/
}

body {
    font-family: sans-serif;
    background-image: url("40b33079899fe98.gif");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer{
    color: white;
    text-align: center;
}

td{
    color: white;
}

table{
    margin: 0 auto;
    justify-content: center;
}

h1{
    color: white;
}

.containerLeft{
    margin-top: 20px;
    color: white;
    font-size: 25px;
    text-align: left;
    width: 25%;
    float: left;
}

.containerRight{
    margin-top: 20px;
    color: white;
    font-size: 25px;
    text-align: left;
    width: 25%;
    float: right;
}

.containerMiddle{
    text-align: center;
    width: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}

.bottomPage{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.error{
    text-align: center;
    color: red;
    width:100%;
}