@import url("structure.css");
@import url("content.css");
@import url("mainnav.css");    

body {
  background: #004d11 url("../media/img/bg/bg.gif") repeat-y center top;
}

html {
  font-family: tahoma, verdana, arial;
  font-size: 12px;
}

* { margin: 0px; padding: 0px; }


