﻿html {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   
body { 
 background-image:url("images/bg.gif");
 background-repeat:repeat;
 background-position:top;
 font-family:Arial;
 color:#ffffff;
 font-size:12px;
}

td, table, tr {
    margin:0px;
    padding:0px;
}

.footer, a.footerText {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    }
.footer {
    text-align:center;
    } 
h3 {
    width:100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    }
p {
    margin-left:30px;
	width:700px;
    }
li {
    padding-top:10px;
    }    
    

