﻿/* Style Sheet */
body
{
    font-family: Tahoma, Arial;
    font-size: 16pt;
    color: #000000;
    line-height: 16pt;
    background-image: url( 'Images/BackGroundUserMain.png' );
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% 100%;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.HomePageText
{
    width: 94%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40%;
}