@font-face {
    font-family: 'titillium';
    src: url("Titillium-Bold.otf");
    font-weight: bold;
    font-style: normal
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #58595b;
}

a {
    text-decoration: none;
    color: #000;
}

.main {
    margin: 0 auto;
    background-color: #fff;
    width: 880px;
    box-shadow: #000 0px 0px 60px;
    min-height: 100%;
}

.main > .logo {
    background: transparent url('logo.jpg') 0px 45px no-repeat scroll;
    width: 44%;
    height: 330px;
    padding: 80px 0 0 0;
    vertical-align: top;
    display: inline-block;
}

.main > .header {
    background: transparent url('header_img.png') 10px 50px no-repeat scroll;
    width: 54%;
    height: 330px;
    padding: 80px 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.small {
    font-size: 0.8em;
    line-height: 0.8em;
}

#showhide {
    cursor: pointer;
    clear: both;
    min-height: 100px;
    width: 100%;
}

#showhide > img {
    margin-left: 320px;
}

#inner {
    display: none;
    font-family: 'titillium', Tahoma, sans-serif;
    color: #58595b;
    font-size: 20px;
    font-weight: bold;
    clear: both;
    width: 97%;
    padding: 25px 75px 25px 0;
    margin: 0 75px 0 0;
    text-align: right;
}

#inner-text {
    font-family: 'titillium', Tahoma, sans-serif;
    color: #58595b;
    font-size: 20px;
    font-weight: bold;
    clear: both;
    padding: 25px 75px 25px 0;
    margin: 0 0 0 75px;
    text-align: left;
}

#text {
    font-family: 'titillium', Tahoma, sans-serif;
    color: #58595b;
    font-size: 25px;
    font-weight: bold;
    clear: both;
    padding: 25px 75px 25px 0;
    margin: 0 0 0 75px;
    text-align: center;
}

#grey {
    background-color: #ddd;
}