﻿body
{
    background-image: url(../images/GradientBoxOnGrey_Background.jpg);
    background-repeat: repeat;
}
#GradientBox
{
    vertical-align: middle;
    text-align: center;
    width: 550px;
    height: 350px;
    background-image: url(../images/GradientBoxOnGreyTall.jpg);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
#DivHolder
{
    height: 100%;
    vertical-align: middle;
}
