html {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #fff;
}
#content {
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 899px;
    height: 462px;
    background-image: url('../nimages/Grey_Lines.gif');
}
#cover {
    position: absolute;
    background: url('../nimages/cover.jpg');
    width: 337px;
    height: 431px;
    top: 17px;
    left: 3px;
}
#top_box {
    position: absolute;
    background: url('../nimages/Top_Box.gif');
    width: 549px;
    height: 187px;
    top: 20px;
    left: 357px;
}
#bottom_box {
    position: absolute;
    background: url('../nimages/Bottom_Box.gif');
    width: 549px;
    height: 237px;
    top: 212px;
    left: 357px;
}
#nav_buttons {
    position: absolute;
    left: 3px;
    top: -3px;
}
#logo {
    position: absolute;
    background: url('../contrib/nimages/Planet_logo.gif');
    width: 163px;
    height: 30px;
    top: -20px;
    left: 736px;
}
#photo_credit {
    position: absolute;
    bottom: -3px;
    left: 3px;
}
