html, body {
           height: 100%;
	   background-color:  #e2e6ec;
           font-size: 100%;
	   }

body       {
           display: table;
	   width: 718px;
	   margin: 0 auto;
	   font-size: 0.75em;
           }

div        {
           font-family: Verdana, Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
           height: auto;
           margin: 0em auto;
           padding: 0em;
           }
		   
li		{
		padding-bottom: 1em;
		}

#wrapper   {
           display: table-cell;
	   vertical-align: middle;
	   }

#cell      {
	   width: 718px;
           background: url(img/container-fill.gif);
/*	   border: 3px solid #F7CEE3;
	   padding: 0em;
	   color: #FFF;*/
	   }

#header    {
           height: 30px;
           background: url(img/container-top.gif);
           }

#title     {
           text-align: center;
           padding-left: 30px;
           padding-right: 30px;
           background: url(img/container-fill.gif);
           }

#main-top  {
           text-align: center;
           height: 130px;
           padding-left: 30px;
           padding-right: 30px;
           text-align: left;
           background: url(img/content-top.gif);
           }

#main-content {
           padding-left: 30px;
           padding-right: 30px;
           text-align: left;
           }

#footer {
           height: 30px;
           background: url(img/container-bottom.gif);
           }

#validator {
 	   background-color:  #e2e6ec;
           margin: 0em;
           padding: 0em 5px;
           font-size: 75%;
           text-decoration: none;
           text-align: right;
           }

#input     {
           text-align: center;
       	   vertical-align: middle;
           }

img.validicon {
           border:0;
           width:80px;
           height:15px;
           }
