@charset "utf-8";
body {
  background: #000;
  margin: 0;
/*  scrollbar-3dlight-color: #222;
  scrollbar-arrow-color: #FFF;
  scrollbar-base-color: #000;
  scrollbar-darkshadow-color: #222;
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000; */
}
   
#outer {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 100%;
  height: 1px;
}

#inner {
  margin-left: -250px;
  position: absolute;
  top: -150px;
  left: 50%;
  width: 700px;
  height: 300px;
}

.bgtext {
  font-size: 130px;
  position: absolute;
  top: 80px;
  left: -80px;
  right: -80px;
}

.bgtext, .footertext {
  color: #222;
  font-family: Arial, verdana, helvetica, "sans serif";
}
  
.footertext {
  font-size: 12px;
  position: absolute;
  top: 320px;
  text-align: center;
  width: 500px;
}
       
div#inner a:hover, div#inner2 a:hover {
  background: none;
  cursor:crosshair;
}

div#inner a span {
  display: none;
}

div#inner a:visited span {
  display: none;
}

div#inner a {
  text-decoration: none;
  color: #4f689f
}

div#inner a:hover span {
  display: block;
  position: relative;
  background: none;
  font-size: 14px;
}
    
div#inner a:link, div#inner a:visited {
  text-decoration: none;
}

div#inner a:hover {
  text-decoration:none;
}

div#content {
  position: absolute;
  top: -50px;
  left: -70px;
  width: 635px;
  height: 400px;
  overflow: auto;
  font-family: verdana, helvetica, "sans serif";
  font-size: 13px;
  color: white;
  text-align: justify;
  margin: 3px;
}

div#inner div#content a:hover {
  text-decoration:underline;
}

div#close, div#top {
  width: 17px;
  height: 17px;
  background: none;
  text-align: center;
  font-family: verdana, helvetica, "sans serif";
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #222;
}
  
div#top {
  position: relative;
  left: 573px;
  top: 319px;
}

div#close {
  position: relative;
  left: 573px;
  top: -47px;
}


div#inner div#close a:link, div#inner div#top a:link {
  color: #fff;
  cursor: default;
}
div#inner div#close a:visited, div#inner div#top a:visited {
  color: #fff;
  cursor: default;
}
div#inner div#close a:hover, div#inner div#top a:hover {
  color: #fff;
  cursor: default;
}


div#urltext {
  font-family: verdana, helvetica, "sans serif";
  font-size: 30px;
  position: absolute;
  top: -87px;
  left: -69px;
}


div#urltext, div#inner div#content a:link, div#inner div#content a:visited, div#inner a:hover, div#inner a:hover span {
	color: #b9b9b9;
}
   
div#content div#titlebar {
  border: 1px solid #222222;
  background: #000;
  font-weight: normal;
  color:  #ff7c11;
}
    
div#content {
  margin-left: 0;
  padding-right: 8px;
}


.titleblock {
  font-family: verdana, helvetica, "sans serif";
  font-size: 12px;
  color: #ff7c11;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  border: 1px solid #222;
  padding: 4px;
}
    
.titleblock span {
  color:#ff7c11;
}

#urltext a:link {
  color:#444;
}
#urltext a:visited {
  color:#444;
}
#urltext a:hover {
  color:#444;
}
#urltext a:active {
  color:#444;
}
