* {
   font: 13px "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
}

html, body {
   color: #ffffff;
   text-align: center;
   margin: 0 auto 0px; /* center, not in IE5 */
   padding: 0;
   background: #143264 url(../images/bg.gif) repeat-x;
}

p.justify {
   text-align: justify;
}

a {
   color: #ffffff;
}

#pagecontainer {
   overflow: hidden;
   width: 999px;
   text-align: center;
   margin: 0 auto 0px; /* center, not in IE5 */
   background: url(../images/content_bg.png);
}

#contentbottom {
   overflow: hidden;
   text-align: center;
   margin: 0px auto;
   height: 114px;
   width: 999px;
   background: url(../images/content_bottom.png) no-repeat;
}

b {
   font-size: 15px;
}


