html, body, #mainContainer, #mainRow
{
    height: 100%;
}

#mainContainer
{
    background-image: url('bg.jpg');
    /*background-position:center;*/
    background-repeat:no-repeat;
}

#mainTitle
{
    color:white;
    text-align: center;
    font-weight: 900;
    font-size: 50px
}

#formTitle
{
    text-align: center;
}


#forSale
{
    color:white;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.font
{
    font-family: 'Raleway', sans-serif;
}