body {
    background: #fdfdfd;
}

#container {
    background: #fdfdfd;
    position: relative;
    width: 90%;
    height: 100%;
    left: 50%;
    margin-left: -45%;
    font: small sans-serif;
}

#startheader {
    background: #fdfdfd;
    position: relative;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid black;
    text-align: left;
}

#header {
    background: #fdfdfd;
    position: relative;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    padding-top: 6em;
    padding-bottom: 1em;
    border-bottom: 1px solid black;
    text-align: left;
}

#header img {
    margin: 10px;
    height: 70px;
    width: 70px;
}

#about {
    background: #fdfdfd;
    clear: both;
    text-align: left;
    float: left;
    position: relative;
    width: 45%;
    height: 50%;
    left: 50%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: -50%;
    padding-top: 1em;
    padding-right: 4em;
    padding-bottom: 2em;
    border-right: 1px solid black;
}

#recipe {
    background: #fdfdfd;
    clear: both;
    text-align: right;
    float: left;
    position: relative;
    width: 45%;
    height: 50%;
    left: 50%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: -50%;
    padding-top: 1em;
    padding-right: 4em;
    padding-bottom: 2em;
    border-right: 1px solid black;
}

#recipe h3 {
    padding-top: 1em;
}

#recipe ul {
    list-style-type: none;
}

#licence {
    padding-top: 4em;
}

#startlicence {
    padding-top: 8em;
    margin-right: -4em;
}
a {
    color: #767676; 
    text-decoration: none; 
    font-weight: bold;
    border-bottom: 1px dotted #000000;
}

#licence img {
    padding-top: 1em;
}

#image {
    background: #fdfdfd;
    float: right;
    position: relative;
    width: 45%;
    height: 70%;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-left: 3em;
    padding-top: 2.5em;
    padding-bottom: 2em;
}

#navigation {
    text-align: center;
    margin-top: 2em;
}

#navigation #next {float: right; margin-right: -6em;}
#navigation #album {float: left; text-align: left; margin-right: -4em;}
#navigation #previous {float: left;}

#navigation a {
    color: #767676; 
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
    margin-right: 80px;
}

#imageframe img {
    background: #fdfdfd;
    padding: 4px;
    border: 1px solid #999999;
    position: relative;
}

#footer {
    clear: both;
    background: #fdfdfd;
    position: relative;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid black;
    text-align: center;
}

#footer img {
    margin: 10px;
    height: 70px;
    width: 70px;
}


