@import "constants.css";

body{
text-align:center;
margin-left:auto; /* for some reason this centralises the container */
margin-right:auto;
font: normal 1.0em Tahoma, Verdana, Arial, Georgia, sans-serif; color: #24400C;
background-color:#ffffff;
background-image:url(../images/bg-greenfade.gif);
background-repeat:repeat-x;
margin-top:0px;
}

