body {
  margin:0;
  padding: 0px;
  background-color: #ffffff;
  text-align: center;
}


#top {
  width: 900px;
  height: 47px;
  margin: 0px auto;
  padding: 0px;
  background-image:url(stuff/top.gif);

}

#box {
  width: 900px;
  height: 100%-1000px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-image:url(stuff/middle.gif);
  overflow:hidden;
}

#bottom {
  width: 900px;
  height: 50px;
  margin: 0px auto;
  padding: 0px;
  background-image:url(stuff/bottom.gif);
}




h1 { font-size:30px; font-weight:bold; color:ff0000; font-family:Arial,sans-serif; margin-bottom:18px; }
h2.norm { font-family: courier new; margin-bottom:0px; }
p { font-size:11px; font-weight:bold; color:000000; margin-bottom:0px; }
p.bigbold { font-size:15px; font-weight:bold; margin-bottom:0px; }


a:link { font-weight:bold; color:000000; text-decoration:none; }
a:visited { font-weight:bold; color:000000; text-decoration:none; }
a:focus { font-weight:bold; color:000000; text-decoration:none; }
a:hover { font-weight:bold; color:3366ff; text-decoration:none; }
a:active {font-weight:bold; color:3366ff; text-decoration:none; }

kg {
	background-position: center top;
	background-attachment: fixed;
	background-image: url(stuff/border.gif);
	background-repeat: repeat-y;
}