html
{
    height: 100%;
    background: url('/Media/Graphics/BG Pink Purple Leaves .jpg') repeat center center; 
    background-size: cover;
}

.DibVat
{
    display: inline-block;
    vertical-align: top;
}


/**
    Keep Footer At Bottom Of Page Or Below Content
**/
#PageContainer
{
    min-height: 100vh;
    position: relative;
}


#PageContent
{
    padding: 0 0 100px;
}
