﻿#BackgroundContainer
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#BackgroundImage01
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 300px;
    height: 1150px;
    margin-left: -800px;
    background-image: url(../images/01.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#BackgroundImage02
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 1150px;
    background-image: url(../images/02.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#BackgroundImage03
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: 500px;
    width: 300px;
    height: 1150px;
    background-image: url(../images/03.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}
