body
{
  margin: 0;
  padding: 0;

  font-size: 11px;
  font-family: Tahoma;
  color: #000000;
}
a img { border: none; }
a { text-decoration: none; color: #1d6db6; }
a:hover { text-decoration: underline; color: #2378bb; }

.fl { float: left; }
.fr { float: right; }
.ml { margin-left: 10px; }
.mr { margin-right: 10px; }
.tl { text-align: left; }
.tr { text-align: right; }
.tj { text-align: justify; }

#main
{
   position: relative;
   width: 550px;
   height: auto;

   margin-left: auto;
   margin-right: auto;
   margin-top: 150px;
}

#box
{
   width: 400px;
   height: 372px;
   
   background-image: url(bkg.gif);
   background-repeat: no-repeat;
}

#content
{
   position: absolute; top: 32px; left: 300px;
   width: 250px;
   text-align: justify;
}