body {
	background-color:black;
	border:none;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url('pics/deadpewl.jpg');
	background-attachment: scroll;
	text-align:left;
	margin:0;
	padding:0;
}
table, th, td
{
border: 1px solid red;
color: red;
background-color: black;
opacity: .3;
}
#thover table, th, td:hover {
border: 1px solid red;
color: red;
background-color: black;
opacity: 1;
}
#table {
position:absolute;
top:100px;
left:100px;
}
#sidebar {
position:absolute;
top:100px;
left:-60px;
background-color: black;
width: 100px;
}
#navcontainer ul {
position:absolute;
top:200px;
left:10px; 
margin: 0;
padding: 0; 
list-style-type: none; 
}

#navcontainer a {
 display: block;
 color: red;
 background-color: black;
 width: 9em;
 height: 2em;
 padding: .2em .8em;
 text-decoration: none;
 }
 
 #navcontainer a:hover
{
background-color: red;
color: black;
}
#navcontainer li { 
margin: 0 0 .2em 0; 
}
#body {
position:absolute;
top:50px;
left:300px;
}
#logo img{
position:absolute; 
top:-10px; 
left:-10px; 
width:250px; 
height:200px;
}
.deadpool { 
color: red;
font-size: 315%;
position:absolute;
top:30px;
left:280px;
}
.deadpool2 {
color: red;
font-size: 310%;
position:absolute;
top:30px;
left:280px;
}

div.transbox
  {
  position:absolute;
top:30px;
left:215px;
  width:550px;
  height:100px;
  margin:30px 50px;
  background-color:#000000;
  opacity:0.5;
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
  div.transbox1
  {
  position:absolute;
top:300px;
left:215px;
  width:550px;
  height:300px;
  margin:30px 50px;
  background-color:#000000;
  opacity:0.7;
  }
div.transbox1 p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
  .deadpewl {
  color: red;
font-size: 150%;
position:absolute;
top:310px;
left:270px;
width:540px;
height:200px;
}