/* Basics */

* {
   padding: 0px;
   margin: 0px;
   font-family: verdana, tahoma;
   font-size: 10px;
   color: #777;
   }

html {
   height: 100%;
   padding: 0 0 1px 0;
}

body {
   text-align: center;
   padding: 0px;
   margin: 0px;
   color: #000;
   background-color: #484848;
   background-image: url('./bodybg.jpg');
   background-attachment: fixed;
}


/* Page */

#wrap {
   width: 850px;
   height: 1500px;
   text-align: center;
   margin: 0 auto;
   background-image: url('./divback.png');
/*
   border-left: 2px solid #000;
   border-right: 2px solid #000;
*/
   }

td {
   text-align: left !important;
   vertical-align: top;
   }

.spacer {
   height: 40px;
   }
   
.jstf {
   text-align: justify !important;
   }
   
.sh {
   font-weight: bold;
   color: #c0c0c0;
   }

.srv:hover {
   background-color: #222;
   }

.srvtd {
   padding: 2px 0 2px 0;
   }

#content {
   margin: 300px 100px 100px 100px;
   }



#members-ts {
   }

li {
   list-style-type: none;
   padding: 3px;
   text-align: left;
   color: #777;
   }

li:hover  {
/*   background-image: url('./images/hover.png'); */
   background-color: #222;
   }

span.rank {
   float: right;
   color: #555;
   }


/* Wires */

#wire {
   position: fixed;
   left: 0px;
   top: 0px;
   background-image: url('./wire-1.png');
   background-position: center;
   background-repeat: no-repeat;
   height: 400px;
   width: 200px;
}

#wire2 {
   position: fixed;
   right: 0px;
   bottom: 0px;
   background-image: url('./wire-2.png');
   background-position: center;
   background-repeat: no-repeat;
   height: 400px;
   width: 200px;
}


#vote4us {
   text-align: center !important;
   }

#vote4us img {
   padding-bottom: 4px;
   }

#links {
   text-align: center !important;
   }

#links img {
   padding-bottom: 4px;
   }


/* Misc */
   

div.newsft {
   margin-top: 15px;
   text-align: right;
   color: #444 !important;
   }

img {
   vertical-align: middle !important;
   border: 0px;
   }

img.flag {
   border: 1px solid #333;
   }



/* Links */
   
a {
   font-weight: bold;
   text-decoration: none;
   color: #fff;
   }

a:visited, a:active   {
   }

a:hover {
   color: #c0c0c0;
   }
