﻿body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    min-width: 800px;
    background-color: #808080;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}




#divcenter
{
    width: 800px;
    background-color: #FFFFFF;
    text-align: left;
    border-color: #808080;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


#divcenterfooter
{
    padding: 5px 0px 0px 0px;
    border-width: 1px;
    border-color: #808080;
    width: 800px;
    height: 20px;
    background-color: #545454;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-family: Tahoma;
    font-size: 12px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    color: #FFFFFF;
    vertical-align: middle;
    line-height: normal;
}

.textboxbg
{

    background-image: url('http://www.indedge.com/images/textboxbg.gif' );
    background-repeat: no-repeat;
}

.textareabg
{

    background-image: url('http://www.indedge.com/images/textareabg.gif' );
    background-repeat: no-repeat;
}