body        {
              color:                      #000;
              font-family:                Verdana, Arial, Helvetica, sans-serif;
              background-image:           url(gfx/background.png);
              background-repeat:          repeat;
            }

#debug      {
              position: relative;
              width:    800px;
              top:      50px;
              border:   1px solid;
              border-color: #000;
              z-index:          2;
              color:            #FFF;
              background-color: #FFF;
              margin-left:  auto;
              margin-right: auto;
            }

#box1       {
              position:     relative;
              width:        470px;
              height:       480px;
              top:          40px;
              margin-left:  auto;
              margin-right: auto;
            }

#box2       {
              position: absolute;
              width:    470px;
              height:   179px;
              z-index:  1;
              background-image:   url(gfx/header.png);
              background-repeat:  no-repeat;
            }
            
#box3       {
              position: absolute;
              top:      179px;
              width:    470px;
              height:   281px;
              z-index:  1;
              background-image:   url(gfx/middle.png);
              background-repeat:  repeat;
            }

#box4       {
              position: absolute;
              top:      460px;
              width:    470px;
              height:   20px;
              z-index:  1;
              background-image:   url(gfx/footer.png);
              background-repeat:  no-repeat;
            }
            
#box5       {
              position: absolute;
              overflow: auto;
              top:      140px;
              left:     10px;
              width:    280px;
              height:   330px;
              z-index:  2;
            }

#box6       {
              position:   absolute;
              top:        330px;
              left:       350px;
              direction:  ltr;
              text-align: right;
              z-index:    3;
            }
            
.text       {
              font-family: verdana, arial, helvetica, sans-serif;
	            font-size:   10px;
	            font-style:  normal;
	            font-weight: bold;
              color:       #000;
	          }

.small      {
              font-family: verdana, arial, helvetica, sans-serif;
	            font-size:   9px;
	            font-style:  normal;
	            font-weight: bold;
              color:       #000;
	          }

code        {
              font-family: verdana, arial, helvetica, sans-serif;
	            font-size:   9px;
	            font-style:  normal;
	            font-weight: bold;
            }
                       		
A:link      {
              FONT-WEIGHT:      bold;
              FONT-SIZE:        10px;
              COLOR:            #1C8500;
              font-family:      verdana, arial, helvetica, sans-serif;
              TEXT-DECORATION:  none;
            }
            
A:visited   {
	             FONT-WEIGHT:      bold;
               FONT-SIZE:       10px;
               COLOR:           black;
               font-family:     verdana, arial, helvetica, sans-serif;
               TEXT-DECORATION: none;
            }
            
A:active    {
	             FONT-WEIGHT:      bold;
               FONT-SIZE:       10px;
               COLOR:           yellow;
               font-family:     verdana, arial, helvetica, sans-serif;
               TEXT-DECORATION: none
            }
            
A:hover     {
	             FONT-WEIGHT:     bold;
               FONT-SIZE:       10px;
               COLOR:           yellow;
               font-family:     verdana, arial, helvetica, sans-serif;
               TEXT-DECORATION: none
            }	
            

