@import "constants.css";

body{
text-align:center;
margin-left:0px; /* for some reason this centralises the container */
margin-right:0px;
/* width: 770px; */
font: normal 1.0em Tahoma, Verdana, Arial, Georgia, sans-serif; color: #666666;
background-color:#ffffff;
background-image:url(../images/background.gif);

}

.backgroundbluefade {
background-image:url(../images/menu/pan-blu-back.gif);
background-repeat:repeat-x;
}


