body, div, span, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    background-color: #000;
    color: #fff;
}

img {
    border: 1px solid #999;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.wrapper {
    margin: auto;
}

.header {
    height: 130px;
    background: #3e3d3f;
    background: -moz-linear-gradient(top,  #3e3d3f 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3d3f), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top,  #3e3d3f 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top,  #3e3d3f 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top,  #3e3d3f 0%,#0e0e0e 100%);
    background: linear-gradient(top,  #3e3d3f 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3d3f', endColorstr='#0e0e0e',GradientType=0 );
    border-bottom: 1px solid #242424;
}

.header ul {
    color: #CDF809;
    float: left;
    font-family: Verdana;
    font-size: 20px;
    left: 60px;
    line-height: 26px;
    margin: 0 30px 0 0;
    position: relative;
    top: 33px;
}

.header ul a {
    color: #CDF809;
}

.header li:before {
    content: '>';
    font-weight: bold;
    padding: 0 5px 0 0;
}

.logo {
    float: left;
    background: url('logo.jpg') no-repeat;
    width: 208px;
    height: 104px;
    position: relative;
    top: 11px;
    left: 34px;
}

.get-instant-access {
    background: url('get-instant-access.png') no-repeat;
    height: 66px;
    position: absolute;
    right: 25px;
    top: 45px;
    width: 309px;
}

.header-right {
    float: right;
    background-color: #0e0e0e;
    border: 1px solid #4b4b4c;
    padding: 8px 10px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    top: 0px;
    right: 25px;
}

.content {
    text-align: center;
}

.pagination_ul {
    float: right;
    padding: 10px 0;
}

.pagination_ul li {
    float: left;
    height: 17px;
    margin: 4px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #363636;
    position: relative;
    right: 30px;
    padding: 1px 5px 0;
    background-color: #c8c8c8;
}

.pagination_ul li.first {
    background: #363636;
}

.pagination_ul li.first a {
    color: #ffffff;
}

.pagination_ul li a {
    color: #363636;
}

.pagination_ul li.dots {
    border: none;
    background: none;
}

.pagination_ul li.last {
    width: 34px;
}

.pic {
    position: relative;
    width: 378px;
    height: 305px;
    display: inline-block;
    margin: 3px;
}

.play-button {
    background: url('play_button.png') no-repeat;
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 378px;
    height: 305px;
    cursor: pointer;
}

.join {
    font-size: 90px;
    color: #cdf809;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    position: relative;
    top: 40px;
}
/*
.join-button:hover {
    background: url('watch_them_all.png') no-repeat 0 -133px;
}
*/
#zone-cesar {
    display: none;
}

.footer {
    background: #232324;
    background: -moz-linear-gradient(top,  #232324 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232324), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top,  #232324 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top,  #232324 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top,  #232324 0%,#0e0e0e 100%);
    background: linear-gradient(top,  #232324 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232324', endColorstr='#0e0e0e',GradientType=0 );
    padding: 40px;
    margin: 100px 0 auto 0;
    overflow: hidden;
    font-size: 11px;
    border-top: 2px solid #454547;
}

.footer-wrapper {
    width: 840px;
    margin: auto;
}

.logo-footer {
    float: left;
    background: url('logo_small.jpg') no-repeat;
    height: 50px;
    left: 85px;
    position: relative;
    top: -2px;
    width: 100px;
}

.footer p {
    width: 620px;
    text-align: center;
    float: right;
}