body,html{
margin: 0;
padding: 0;
overflow: hidden;
background-color: #880000 !important;
font-family: "VT323", monospace;
font-weight: 400;
font-style: normal;
font-size: 32px;
color: #8e8e8e;
}

a, .header{
 color: #ffff55;
 text-decoration: none;
}

input{
    background-color: #ffffff;
    border: solid 2px #000;
    border-bottom-color: #c0c0c0;
    border-right-color: #c0c0c0;
    font-size: 24px;
    font-family: "VT323", monospace;
}

input[type=button], input[type=submit]{
    background-color: #8c8c8c;
    border: solid 2px #000;
    border-top-color: #c0c0c0;
    border-left-color: #c0c0c0;
    align: center;
}

.stripes{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    top: 0% !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 74px !important;
}

.title{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin-left: 45% !important;
    top: 0% !important;
    z-index: 2 !important;
    width: 298px !important;
    height: 74px !important;

}

.topten{
    position: absolute;
    left: 50%;
    top: 25%;
    width: 400px;
    height: 255px;
    margin-left: -140px;
    margin-top: -118px;
    background-color: #580000;
    border: solid 2px #700000;
    border-bottom-color: #d40000;
    border-right-color: #d40000;
    z-index: 3;
    overflow: hidden;
    text-align: center;
}


.play{
    position: absolute;
    left: 50%;
    top: 60%;
    width: 400px;
    height: 190px;
    margin-left: -140px;
    margin-top: -118px;
    background-color: #580000;
    border: solid 2px #700000;
    border-bottom-color: #d40000;
    border-right-color: #d40000;
    z-index: 3;
    overflow: hidden;
    text-align: center;
}

.chat{
    position: absolute;
    left: 50%;
    top: 75%;
    width: 400px;
    height: 180px;
    margin-left: -140px;
    margin-top: -118px;
    background-color: #580000;
    border: solid 2px #700000;
    border-bottom-color: #d40000;
    border-right-color: #d40000;
    z-index: 3;
    overflow: hidden;
    text-align: center;
}


.footer{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1023px;
    height: 64px;
    margin-left: -400px;
    margin-top: -32px;
    background-color: #580000;
    border: solid 2px #700000;
    border-bottom-color: #d40000;
    border-right-color: #d40000;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.chatGrid{
    width: 100%;
    text-align: left;
}