.bad A:link {text-decoration: none; color: #D4A017;}
.bad A:visited {text-decoration: none; color: #D4A017;}
.bad A:active {text-decoration: none; color: #D4A017;}
.bad A:hover {text-decoration: underline; color: #b7d4e6;}

.body {
	background-color: #000000;
	text-align:center;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

#vertical {
   /* background:#1B1B1B url(js/bg.jpg) repeat; */
   background: #1B1B1B;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0px;
   width: 100%;
   height: 100%;
   overflow: visible;
   visibility: visible;
   display: block
}

#horizontal {
   margin-left: -30%;
   margin-top: -5px;
   position: absolute;
   top: 20%;
   left: 50%;
   width: 60%;
   height: 60%;
}

.bad
{
   font-family: Verdana;
    font-size: 12px;
    color: #98AFC7;
}

.centerbox
{ 
width: 100%;
text-align: center; 
}