html, body
{
   background: black;
   font-family: Verdana, sans-serif;
   font-size: 13px;
}

#sample {
   position: middle;
   text-align: center;
   vertical-align: middle;
   padding-top: 100px;
}

#sample2 {
   position: middle;
   text-align: center;
   vertical-align: middle;
   padding-top: -10px;
   //color: #fff;
}

#sample3 {
   position: middle;
   text-align: center;
   vertical-align: middle;
   padding-top: -10px;
   //color: #fff;
}

#reg {
   text-align: center;
   margin-left: 80px;
}

a, a:visited {
   text-decoration: none;
   color: 000;
}
a:hover, a:active, a:focus {
   text-decoration: underline;
}
