html, body {
    margin: 0px;
    padding: 0px;
    background: url('images/tlo500.jpg') top center #000000;
    color: #ffffff;
    font: 12px Tahoma;
}

a {
    color: rgb(255, 143, 127);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

#container {
    width: 1200px;
    margin: 0px auto;
}

.fl {
    float: left;
}

#trailer {
    width: 700px;
    height: 400px;
    background: url("images/f2.jpg") no-repeat top center;
    text-align: center;
}

#trailer video {
    width: 700px;
    height: 400px;
    text-align: center;
}

#updates {
    width: 100%;
    padding: 25px 0px;
    background: #000000;
}

#join {
    padding: 25px 25px;
    background: #000000;
}

#footer {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    background: #000000;
}

.thumb {
    width: 225px;
    height: 210px;
    margin: 10px 7px;
    text-align: center;
}

.thumb span {
    font-size: 20px;
}

.thumb img {
    margin-top: 10px;
}