body {
  text-align: center;
  background: #000;
  font-family: arial, verdana, sans-serif;
  font-size: 9pt;
  background-image: url(bg2.jpg);
}

#header{
  background-image: url(header3.jpg);
  width: 604px;
  height: 60px;
}

#top{
  background-image: url(top.jpg);
  width: 604px;
  height: 30px;
}

#main_content{
  background: #777;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10;
  width: 604px;
  padding: 0px;
  height: 606px;
}

#head{
  width: 598px;
  height: 80px;
  font-size: 50pt;
  color: #DFDFDF;
  border: 1px solid;
  margin: 2px;
  background: url(bg.jpg);
}

#leftmenu{
  margin: 0px;
  float: left;
  width: 130px;
  height: 200px;
  background-image: url(menu_bg.jpg);
  background-repeat: no-repeat;
}

#page_content{
  margin: 2px;
  widht: 478px;
  height: 500px;
  overflow: auto;

}

#bottom1{
  background-image: url(bottom1.jpg);
  width: 604px;
  height: 30px;
}

#bottom2{
  background-image: url(bottom2.jpg);
  width: 604px;
  height: 60px;
}

a:link{
  color: #343434;
  text-decoration: none;
}

a:hover{
  background: #EFEFEF;
  text-decoration: none;
}

a:visited{
  color: #343434;
  text-decoration: none;
}

p{
  margin-left: 20px;
}

h3{
  font-family: verdana, arial, sans-serif;
}