﻿html, body
{
    height: 100%;
    overflow: auto;
}

body
{
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url(Images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: Arial;
}

#fullheight
{
    height:100%
    }