BODY {
      height:100%;
      border:none;
      background-image: url(images/sitebg.jpg);
        background-position: center;
text-align: left;
background-repeat: repeat-y;
}


#tdCenterColumn {
    margin: 0px;
    padding: 0px;
}

#tdBottomRow {
   background-color: #333333;
   height: 75px;
   align: left;
}

#tdLeftColumn { }

.news {
   border: solid #000000 1px;
   background-color: #800000;
   padding: 3px;
   color: white;
}

.contact {
   border: solid #000000 1px;
   padding: 3px;
   height: 100%;
}

a .contact {
   font-size: 1.2em;
}

.barback {
        background-color: #233C1B;
        background-repeat: repeat-x;
        height: 25px;
}

p {
        padding: 7px;
}