body
{
    font-family: Arial;
}
body.ios #container .button.android
{
    display: none;
}
body.ios #container .button.android
{
    display: none;
}
body.android #container .button.ios
{
    display: none;
}
body.android #container .button.ipad
{
    display: none;
}

body #container
{
    background: #d9d9d9;
    width: 100%;
    height: auto;
    margin: 20px auto;
    position: relative;
    padding-bottom: 30px;
}
body #container .header
{
    height: 76px;
    background: url('../images/bg_header.png') repeat;
}
body #container .header .logo
{
    position: absolute;
    top: 13px;
    width: 257px;
    height: 50px;
    margin-left: 16px;
    background: url('../images/logo.png') no-repeat;
}
body #container .main_container .banner
{
    width:  auto;
    height:  auto;
    margin-top: 34px;
    margin-left: 19px;
    margin-right: 19px;
}
body #container .main_container .banner img
{
    width: 100%;
    height: auto;
}
body #container .main_container .banner img.landscape
{
    display: none;
}
body #container .main_container .banner img.portaint
{
    display: block;
}
body #container .main_container .button
{
    width: auto;
    height:auto;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: white;
}
body #container .main_container .button img{
    width: 100%;
    height: auto;
}
body #container .footer
{
    text-align: center;
    margin-top: 50px;
}
body #container .footer a
{
    font-size: 140%;
    color: #6b6b6b;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 2px 2px white;
}
@media (orientation: landscape){
    body.ios #container .main_container .button.ios
    {
        margin-top: 100px;
    }
    body.android #container .main_container .button.android
    {
        margin-top: 100px;
    }   
    body.android #container .footer
    {
        margin-top: 85px;
    }        
    body.ios #container .footer
    {
        margin-top: 85px;
    }            
    body
    {
        font-family: Arial;
    }
    body #container
    {
        background: #d9d9d9;
        width: 100%;
        height: auto;
        margin: 20px auto;
        padding-bottom: 30px;
        position: relative;
    }
    body #container .main_container .banner
    {
        width:  auto;
        height:  auto;
        margin-left:  28px;
        margin-right: 28px;
        margin-top: 34px;
    }
    body #container .main_container .banner img{
        width: 100%;
        height: auto;
    }
    body #container .main_container .button
    {
        width: auto;
        height: auto;
        margin-top: 40px;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
        color: white;
    }
    body #container .main_container .button img{
        width: 100%;
        height: auto;
    }
    body #container .main_container .banner img.portaint
    {
        display: none;
    }
    body #container .main_container .banner img.landscape
    {
        display: block;
    }    
    body #container .footer
    {
        text-align: center;
        margin-top: 30px;
    }
    body #container .footer a
    {
        font-size: 30px;
        color: #6b6b6b;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0px 2px 2px white;
    }
}