/* EXPLICIT FONTS */

body#page-body {background-color:#404040}
{display:none}
     #broker-card .photo {
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 50%;
        border: none;
        margin: 20px auto -20px;
        display: block;
    }
 #broker-card {
        overflow: hidden;
        position: relative;
        background-image: URL('/files/2015/03/MichelMarchand.jpg');
        background-repeat: no-repeat;
    }
    #broker-card .photo img {
        width: 150px;
        display: none;
    }

.contact_form .form-item-list .item-type-select{
   display: none;
}