#centerTable {
        width: 300px;
        height: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -200px 0 0 -150px;      
        }

body {
        background-color: #333948
        }


