body {
    font-family: verdana, sans-serif;
}

#header {
    width: 960px;
    text-align: center;
    margin: 0 auto;
}

#content {
    width: 960px;
    text-align: center;
    margin: 0 auto;
}

#greg {
    float: left;
    width: 50%;
}

#greg h2 {
    display: none;
}

#chris {
    float: right;
    width: 50%;
}

#chris h2 {
    display: none;
}
