.icing-backlogo {
    z-index: 1;
    width: 100%;
    height: 1000px;
    margin: 0 0 -1000px 0;
    background: url(images/icing-dev-1200.jpg) center -100px no-repeat;
    background-size: auto 23em;
}
.icing-logo {
    margin: 0.5em auto 6em auto;
    text-align: right;
    padding: 0 1em 0 0;
}
.icing-logo a {
    text-decoration: none;
    color: #222;
    /*color: #38264A;*/
}
.icing-logo .title {
    /*color: #52376B;*/
    font-size: 24pt;
    font-weight: bold;
}
.icing-logo .address {
    font-size: 8pt;
    /*color: #241830;*/
}
.icing-logo .address .name {
    font-size: 10pt;
}

body {
    font-family: Verdana;
    color: #222;
    font-family: 'Exo 2', Verdana, sans-serif;
    font-size: 1.1em;
    text-align: center;
    padding: 0;
    margin: 0 10em;
    line-height: 150%;
}
a {
 color: #222;
 text-decoration: underline;
 padding: .05em .1em;
}
a:hover {
 color: #444;
 text-decoration: none;
}

#outerbox {
    z-index: 20;
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 21cm;
}

#header {
    padding: 0;
    margin: 0;
}
#header div {
    line-height: 130%;
}

#footer {
    position: fixed;
    bottom: 1em;
    left: .2em;
    font-size: .5em;
}

#mainbox {
    margin: 1em auto;
    padding: 0 0 2em 0;
    text-align: left;
    max-width: 14cm;
}

#mainbox h1 {
    font-size: 4em;
    margin: 0;
    margin-bottom: .2em;
    padding: 0 0 .1em 0;
    text-align: center;
    line-height: 200%;
}

#mainbox img.main {
    border-bottom: thin solid;
}

#mainbox .intro {
    margin: 0 auto;
}
#mainbox .intro p {
    margin-bottom: 1em;
}

.sidebox {
    position: fixed;
    right: .2em;
    bottom: 1em;
    z-index: 1000;
    text-align: left;
    padding-right: .2em;
}

.sidebox .menu {
    font-size: .8em;
    line-height: 125%;
    list-style: none;
    padding: .5em;
    margin: 0;
    overflow: visible;
}
.sidebox .menu a {
    background: transparent;
}
