body
{
   background-color: #000000;
   background-image: url('background.jpg');
   background-repeat: repeat-y;
   background-position: 0 0;
}

body, div, p, a
{
   font-size: 18pt;
   font-family: Arial, sans-serif;
   color: #FFFFFF;
   line-height: 24pt;
}

a:hover
{
   color: #999999;
}

.header
{
   color: #00CC00;
   margin-top: 28px;
}
.text
{
   margin-top: 28px;
}

.quote
{
   font-style: italic;
   line-height: 18pt;
   padding-top: 12px;
   margin-bottom: 0px;
}
.sig
{
   text-align: right;
   color: #999999;
}
.quoteblock
{
   background-image: url('bullet.png');
   background-repeat: no-repeat;
   background-position: 0 0;
   padding-left: 65px;
}

.main
{
   margin-left: 350px;
   width: 620px;
   filter: alpha(opacity=75);
   opacity: 0.75;
   -moz-opacity: 0.75;
}

.kurplunk
{
   float: right;
   padding-top: 40px;
}

