body {
    background-color: #d8d8d8;
    font-family:verdana, arial, helvetica, sans-serif;
}

.bodyPart {
    background: url("body.gif") repeat-y;
}

#top {
    background: url("top.gif") no-repeat;
    height: 25px;
}

#bottom {
    background: url("bottom.gif") no-repeat;
    height: 25px;
}

#content {
    padding: 3em 3em 1em;

}

#footer {
    text-align: center;
    font-size: 0.9em;
    color: #999999;
}

#footer a {
    color: #999999;
}

#project {
    padding-top: 3em;
}

.feedback {
    color:red;
    font-weight:bold;
}

.center {
    text-align:center;
}