body {
    background-image: url("background.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: large;
}

body.creativedirectors {
    background-color: black;
    background-image: none;
    color: white;
}

h1, h2 {font-family: Cochin, Georgia, Times, 'Times New Roman', serif;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.container {
    position: relative;
    text-align: center;
    color: white;
  }

#directornames {
    color: black;
    background-color: white;
    padding: 10px;
   
    
}

#biography {font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            color: goldenrod;
            font-size: medium;
            font-style: bold;
}