body {
background-color:#f5f5f5;
color: #888;
}

#page {
background-image:url(../images/container_lightgray.png);
}

#status .arrow {
background-image:url(../images/statusarrow_lightgray.png);
}

a {
color: #555;
}

#status p, #content .twitterbottom a, #footer p, #footer p a {
color: #999;
}

#content .left p, #content .twitter ul li span {
color: #888;
}

.jScrollPaneDrag {
background: #DDD;
}

.jScrollPaneDrag:hover {
background: #555;
}

#emailform input {
color: #888;
}

#emailform input.submit {
background: url(../images/submit_lightgray.png) no-repeat transparent;
}