body {
    background-image: url('images/website_background_2.gif');
}

#homebody {
    background-image: url('images/woodbackground.png');
}

p {
    color: rgb(0, 2, 66);
    font-family: 'Courier New', Courier, monospace;
    text-shadow:
    -1px -1px 0 #91c0d6,
    1px -1px 0 #91c0d6,
    -1px 1px 0 #91c0d6,
    1px 1px 0 #91c0d6; 
}

#content {
    border-style: inset;
    border-color: indianred;
    border-width: 0.2em;
    padding: 8px;
    margin-top: 80px;
    width: 800px;
    background-color: #ebce7f;
    background-image: url(images/island-background.png);
    margin-left: auto;
    margin-right: auto;
}

#superheader {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: rgb(0, 131, 131);
    text-shadow: 
    -1px -1px 0 #bae6fa,
    1px -1px 0 #bae6fa,
    -1px 1px 0 #bae6fa,
    1px 1px 0 #bae6fa;
}

#big {
    font-weight: 800;
    text-align: center;
    color: rgb(1, 0, 68);
    text-shadow:
    -1px -1px 0 #91c0d6,
    1px -1px 0 #91c0d6,
    -1px 1px 0 #91c0d6,
    1px 1px 0 #91c0d6; 
}

#houselink {
    padding-left: 70%;
}

#GULL {
    background-image: url('images/GULL.jpg');
    cursor: progress;
}