html, body, #wrapper {
      height:100%;
	  margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-color: #000000;
   }
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 960px;
   }
#wrapper_index {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 960px;
  background-color: #fff;
}
#shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#1A1A1A', Positive='true');
background-color:#000;
border:solid 1px #999;
}
#header {
padding: 5px 0px 5px 0px;}
#footer {
padding: 5px 0px 5px 0px}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #bebebe;
   }
.selected {
	font-family: "Times New Roman", Times, serif;
	color: #bebebe;
	text-decoration:underline;
   }
a:link {
	color: #bebebe;
	text-decoration:none;
}
a:visited {
	color: #bebebe;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #bebebe;
	text-decoration:none;
}
#txt {
    padding: 25px 40px 0px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	}
a.txt:link {color: #343E26; text-decoration: none; }
a.txt:visited {color: #343E26; text-decoration: none; }
a.txt:hover {color: #ffffff; text-decoration: underline; }
a.txt:active {color: #343E26; } 

	
