* {
    padding: 0;
    margin: 0;
}

body {
    margin-left: 10px;
    margin-top: 10px;
    background-color: #343434;
}

#clock {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #000;
    padding: 8px;
    color: #FFF;
    font-family: serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 164px;
    margin: 8px;
}

#key {
    float: left;
    display: inline;
    color: #AAA;
    font-family: serif;
    font-size: 14px;
    font-weight: normal;
    width: 1920px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

#cell {
    float: left;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}

#cell h4 {
    color: #FFF;
}

#header {
    height: 60px;
    width: 1920px;
    display: block;
    text-align: center;
}

#header h1 {
    font-family: serif;
    font-size: 48px;
    font-weight: bold;
    color: white;
    line-height: 60px;
    vertical-align: middle;
}

#wrapper {
    display: block;
    width: 1920px;
    height: 960px;
}

#label {
    display: block;
    width: 60px;
    height: 340px;
    margin-top: 120px;
    text-align: center;
}

#label h2 {
    font-family: serif;
    font-size: 34px;
    font-weight: normal;
    color: #F00000;
}

#labelA h2 {
    width: 40px;
    font-family: serif;
    font-size: 34px;
    font-weight: normal;
    color: #FFFF00;
}

#labelB h2 {
    width: 70px;
    font-family: serif;
    font-size: 34px;
    font-weight: normal;
    color: #FF8822;
}

#bracket {
    display: block;
    float: left;
    //top: 120px;
    left: 60px;
    width: 1800px;
    height: 960px;
}

#special {
    position: fixed;
    margin: 0 auto;
}

.col {
    display: block;
    float: left;
    width: 100px;
    height: auto;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #000;
    color: #004466;
}

.time {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
