@charset "utf-8";




body {
background-image:url("background.jpg");
background-color:#000000;
font-family:arial, helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
margin:auto;
padding:15px;
}

A:link {color:#FFFFFF;  text-decoration: none;}
A:visited {color:#FFFFFF; text-decoration: none;}
A:active {text-decoration: none}
A:hover {color:#FFFFFF;  text-decoration: underline;}
a img{ color:none; text-decoration:none; border:none;}

#links{
position:absolute;
height:30px;
width:100%;
top:0;
left:0;
background-color:#000000;
}
#pad{
padding-top:8px;
padding-left:5px;
}
#pad2{
padding-left:3px;
}
#about{
padding-left:3px;
width:40em;
}
#issue {
margin-left:0px;
float:left;
background-color:transparent;
overflow-x:auto;
width:1250px;
height:370px;
text-align:center;
position:absolute;
_margin-left:25px;
overflow-y:hidden;
padding-bottom:10px;
white-space:nowrap;
}
div.float {
  float: left;
width:140px;
  }
  
div.float p {
   text-align: center;
   }

#bottom {
clear:both;

}







