 A:link    {font-family: verdana; font-size: 12; color: #FFFFFF; text-decoration: underline; }
 A:active  {font-family: verdana; font-size: 12; color: #FFFFFF; text-decoration: underline; }
 A:visited {font-family: verdana; font-size: 12; color: #FFFFFF; text-decoration: underline; }
 A:hover   {font-family: verdana; font-size: 12; color: #FFFFFF; text-decoration: none; }

 html{
 height:100%;
 width:100%;
 margin:0px auto;
 }
 
 body{
 color:#FFFFFF;
 font-family:verdana;
 font-size:12px;
 margin-top:0px;
 margin-bottom:0px;
 margin:0px auto;
 padding:0px;
 background-color: #181818;
 background-image: url("img/stripebg.png");
 background-attachment:fixed;
 height:100%;
 width:100%;
 }
 
 .page{
 background-image: url("img/pagebg.png");
 background-repeat: repeat-y;
 background-position:center;
 margin-bottom:0px;
 margin:0px auto;
 height:100%;
 min-height:600px;
 }

 .thumb {
   width:  50px;
   height: 50px;
   background-position: center center;
   }
