@import "minimalistic.css";

body {
    background: #e8f7ef;
    color: black;
}

#top_bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 225px;
    background: url('../images/top_background.png') no-repeat;
    background-repeat: repeat-x;
}

#rabbit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 230px;
    height: 225px;
    z-index: 10;
    background: url('../images/white_rabbit.png') no-repeat;
}

#heading {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 50%;
    left: 20px;
    z-index: 30;
    cursor: pointer;
}

#content {
    margin-top: 205px;
    margin-left: 20px;
}


