/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body
{
    background-color: #ffffff;
    background-image: url('../images/background22.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-size: auto 100%;*/
    background-size: cover;

    margin: 0px;
}

span
{
    margin: 0px;
    padding: 0px;
}

#content
{
    width: 80%;
    height: 80%;

    background-color: #ffffff;
    background-image: url('../images/webdew_small.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 400px;

    margin: 0px;
    padding: 0px;

    overflow: hidden;

    position: absolute;

    top: 10%;
    left: 10%;
}

#footer
{
    width: 100%;
    font-size: 20px;
    text-align: center;
    float: left;
    position: absolute;
    bottom: 0;

    font-family: 'Open Sans', sans-serif;
}

.bold
{
    font-weight: 600;
}

.red
{
    color: #d0121c;
}

.black
{
    color: #000000;
}

.grey
{
    color: #a0a0a0;
}