/** made by iterum.lt */
body
{
    font: normal 18px Georgia;
    line-height: 30px;
    /*color: #6E755F;*/
    color: #FFFFFF;
    height: 100%;
    background-color: #B61819;
}

#site
{
    margin: 0 auto;
    width: 450px;
}            

#logo
{
    margin-top: 15px;
    width: 450px;
    height: 300px;
    background: url('../images/logo-red.jpg') no-repeat center center;
    display: block;
    text-indent: -9999px;
    outline: none;
}

@media (max-width: 1080px) {
    #site
    {
        width: 750px;
    } 

    #logo {
        width: 750px; /* Increase width */
        height: 450px; /* Increase height */
        background-size: contain; /* Ensure the image scales properly */
        margin: 0 auto; /* Center align */
        display: block; /* Ensures block-level centering */
    }
}


#site ul
{
    width: 240px;
    margin: 0 auto;
    padding-bottom: 100px;
}

#site ul li
{
    list-style-type: circle;
}

#site p
{
    font-size: 12px;
    font-family: Arial;
    text-align: center;
}