﻿body 
{
    margin: 0;
    padding: 0;
    background: #b7cfdc;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
    height: 100%;
}

.centered_container
{
    width: 868px;
    height: 519px;
    margin: 25px auto;
    background: White url('images/landingpage_bg.png') bottom left;
}

    .centered_container h1
    {
        display: block;
        width: 868px;
        height: 130px;
        background: url('images/landingpage_header.png') top left;
        font-size: 0;
        line-height: 0;
    }
    
    .centered_container h2
    {
        color: #003f62;
        font-size: large;
    }
    
    .centered_container .lft
    {
        display: block;
        width: 619px;
        height: 276px;
        float: left;
        clear: left;
    }
    
        .centered_container .lft .contents
        {
            display: block;
            padding: 8px 20px;
        }
    
    .centered_container .rt
    {
        display: block;
        width: 249px;
        height: 276px;
        float: left;
        clear: right;
    }
    
        .centered_container .rt .contents
        {
            display: block;
            padding: 8px;
        }

#btnVoteNow
{
    display: block;
    font-size: 0;
    line-height: 0;
    width: 188px;
    height: 78px;
    background: url('images/btn_petlovers_votenow.png');
    margin: 8px 0px;
}

#btnRemindMe
{
    display: block;
    font-size: 0;
    line-height: 0;
    width: 188px;
    height: 55px;
    background: url('images/btn_petlovers_remindme.png');
    margin: 8px 0px;
}

#btnContinue
{
    display: block;
    font-size: 0;
    line-height: 0;
    width: 188px;
    height: 55px;
    background: url('images/btn_petlovers_gotosite.png');
    margin: 8px 0px;
}
