
body
{
  font-family:  Arial, Helvetica, sans-serif;
  background-image:url("img/bg2.jpg"); 
}
div.main
{
  width:950px;
  margin:0 auto;  
  position:relative;
}
div.left
{
  width:15px;
  position:absolute;
  background-image:url("img/left.jpg");
}
div.middle
{
  width:920px;
  position:absolute;
  display: inline;
  position:absolute;
  left:15px;
}
div.up
{
  width:920px;
  height:130px;
  position:relative;
  background-image:url("img/upbg.jpg");
}
div.up1
{
  width:155px;
  position:absolute;
}
div.up2
{
  width:765px;
  position:absolute;
  display: inline;
  left:155px;  
}
img#up2
{
  margin-left:450px;   
}
a.up2
{
  color:white;
  font-size:10pt;
}
a.up2:hover
{
  text-decoration:underline;
}

p#up2
{
  font-size:14pt;  
  color:white;
  text-align:center;
}
p#up21
{
  font-size:8pt;
  margin-left:670px;
  color:#140040;
}
div.belt
{
  width:920px;
  height:32px;
  position:relative;
  background-image: url("img/belt.jpg");
}
a.belt
{
  color:white;
}
table.belt
{
border-color:black;
}
td.belt
{
  width: 230px;
  height:30px;
  text-align: center;
  vertical-align: middle ;
  border-style:groove;
}
td.belt:hover
{
  background-color:#140040;
}

div.right
{
  width:15px;
  position:absolute;
  background-image:url("img/right.jpg");
  display: inline;
  left:935px;
}
div.down
{
  width:920px;
  height:40px;
  position:absolute;
  background-color:gray;
  text-align:center;
  font-size:8pt;
}
