/********************************************************************************************/
/* overriding styles */

/* use this class for specifying header image. */
#container
{
    background-image: url(../Images/HomeBackgroundTop.gif);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

/* use this class for specifying footer image. */
#innerContainer
{
    background-image: url(../Images/HomeBackgroundBottom.gif);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}

/* end overriding styles */
/********************************************************************************************/
