#top_spacer{
    height: 35px;
}

#content{
    font-family: "Droid Sans Mono", "Lucida Console", "Andale Mono", "Courier New", "Courier", monospace;
    color: darkblue;
    margin: 5%;
    padding: 10px;
    width: 25%;
    background-color: whitesmoke;
    opacity: 0.9;
}

#calculator{
    font-family: "Droid Sans Mono", "Lucida Console", "Andale Mono", "Courier New", "Courier", monospace;
    color: darkblue;
    margin: 5%;
    padding: 10px;
    width: 25%;
    height: 450px;
    background-color: whitesmoke;
    opacity: 0.9;
}

#logo{
    text-align: center;
}

.logo_image{
    width: 450px;
}

body{
    background-image: url("/static/images/exmouth.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}