﻿#gallery_content
{
    background: #000000;
    color: #FFFFFF;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#gallery_content .all_photographers_link
{
    display: block;
    margin-left: 120px;
    margin-top: 75px;
}

#gallery_content .all_photographers_link
{
    color: #666666;
}

#gallery_content input,
#gallery_content textarea
{
    background: #000000;
    color: #FFFFFF;
}

#gallery_wrapper
{
    background: #000000;
}

#photographer_link_wrapper
{
    background: #000000;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
}

#photographer_link_wrapper div
{
    float: left;
    padding-bottom: 15px;
    width: 25%;
}

#photographer_content
{
    margin: 0 auto;
    width: 65%;
}