#content {
    height: 600px; }

#campaign {
    width: 100%;
    position: absolute;
    bottom: 0; }

#campaign h1 {
    font-size: 12pt;
    font-family: Gadget, sans-serif;
    color: #ed8335; }

#campaign p {
    margin-bottom: 0;
    font-family: 'tahoma', arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; }

#campaign .left {
    width: 25%;
    text-align: right; }

#campaign .center {
    width: 50%;
    text-align: center; }

#campaign .center-video {
    width: 50%;
    text-align: center;
    padding-bottom: 150px; }

#campaign .right {
    width: 25%; }

#campaign .buttons {
    font-family: tahoma,Arial,"Liberation Sans","DejaVu Sans",sans-serif;
    color: white;
    font-size: 10pt;
    height: 60px;
    vertical-align: top;
    text-align: center;
    padding-top: 5px;
    text-transform: lowercase; }

#campaign a {
    color: inherit; }

#campaign .hidden {
    color: #ccc;
/*display: none;*/ }

.credit {
    font-family: tahoma,Gadget, sans-serif;
    color: black;
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0; }

#zoom {
    display: none;
}

#zoom .background {
    position : fixed;
    left : 0;
    top : 0;
    background-color: black;
    width : 100%;
    height : 100%;
    z-index : 1;
    opacity : 0.5;
}

#zoom .picture {
    position : absolute;
    left : 5%;
    top :  5%;
    width : 90%;
    height : 90%;
    z-index : 2;
    text-align: center;
}

#zoom img {
    cursor: pointer;
}
