body
 { background-color: #161616;
   background-image:url('siteimages/splitback.jpg');
   background-repeat:repeat-y;
   background-attachment:fixed;
   background-position:center top;
   /*text-align:center;*/
}

a:link       { text-decoration: none; color: #9b0000; background-color: transparent; }
a:visited { text-decoration: none; color: #9b0000; background-color: transparent; }
a:hover     { text-decoration: none; color: #840700; background-color: transparent; }
a:active   { text-decoration: none; color: #868686; background-color: transparent; }

#about .about, #photo .photo, #texture .texture, #illustration .illustration, #game .game, #contact  .contact,
{
a:link   { text-decoration: none; color: #868686; background-color: transparent; }
a:visited { text-decoration: none; color: #868686; background-color: transparent; }
a:hover     { text-decoration: none; color: #840700; background-color: transparent; }
a:active   { text-decoration: none; color: #868686; background-color: transparent; }
}

h1
{ border-radius: 12px;
  -moz-border-radius: 12px;
  border:solid;
  border-width:8px;
  border-color:#0d0d0d;  
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25%;
  margin-left: 25%;
  padding: 25px;
  text-align:left;
  font: 100% calibri, helvetica, arial, verdana, sans-serif; color: #868686; font-weight: bold;
  background-color: #111111;
}

p
{ border-radius: 12px;
  -moz-border-radius: 12px;
  border:solid;
  border-width:8px;
  border-color:#0d0d0d;  
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25%;
  margin-left: 25%;
  padding: 25px;
  text-align:left;
  font: 100% calibri, helvetica, arial, verdana, sans-serif; color: #868686;
  background-color: #111111;
  /*background-image:url('siteimages/phighlight.jpg');
  background-repeat:no-repeat;
  background-position:left top;*/
}

