body {
    background: url(images/background.png) no-repeat center center fixed;
    background-repeat: repeat;
    background-size: 100%;
}
h2
{
    color: #803300;
}
.quote
{
    border-style: double;
    border-width: 3px;
    width: 500;
}
.quote img
{
    border-style: solid;
    border-width: 1px;
}
#map
{
    border-style: solid;
    border-width: 1px;
    height: 300;
    left: 150px;
    position: relative;
    top: 0px;
    width: 950;
}
#map.img
{
    border-style: solid;
    border-width: 1px;
}
#address
{
    left: 150px;
    position: relative;
    top: 0px;
    width: 200;
}
#howToGetHere
{
    border-style: solid;
    border-width: 1px;
    position: relative;
    left: 400px;
    top: -190px;
    width: 700;
}
#insaneChef
{
    left: 150px;
    position: relative;
    top: 0px;
}
#diverseWorkplace
{
    position: relative;
    left: 500px;
}
#menuNavigation
{
    left: 100px;
    position: fixed;
    top: 200px;
    width: 250;
}
.menuBody
{
    left: 350px;
    position: relative;
    width: 750;
}
.bodyContent
{
    position: relative;
    top: 170px;
    border-style: solid;
    border-width: 0px;
}
