* {
    margin: 0;
    padding: 0;
}
body{
    margin:0;
    padding:0;
    z-index:0;
    font-family: 'Droid Sans', sans-serif;
    }
    #start {
    z-index: 12;
    height:100%;
    width:150%;
    opacity:0.65;
    filter:alpha(opacity=60);
    background-color:#fff;
    position:absolute;
    top:0px;
    left:0px;
    }
    #interface {
    border: 2px black solid;
    color:#000;
    font-size:1.5em;
    z-index:15;
    text-align:center;
    cursor:default;
    background: #fff;
    padding: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    .but {
        margin-top: 40px;
    height:40px;
    width:90px;
    -moz-border-radius: 20px 10px;
    border:#666666 1px solid;
    z-index:15;
    }
    #sag table {
        background: url('images/new/109.jpg') center center;
        background-size: 100% 100%;
        width: 600px;
        height: 600px;
    }
    #sag table tr td {
        border: 1px solid #fff;
        position: relative;
    }
    #sag table tr img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -16px;
    }
    .container {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        display: flex;
        padding-top: 20px;
        flex-direction: column;
    }
    #statu {
        width: 600px !important;
        color: white;
        line-height: 38px;
        background: #a57020;
        height: 38px;
    }
    .movement-con {
        margin-left: 40px;
    }
    #sol table {
        height: 91px;
        border: 2px solid #a57020;
        min-width: 600px;
    }
    .aaa {
        display: flex;
    }
    #menu {
        display: none;
    }