.Border {
	border: 1px solid #FFF;
	#position: relative; 
	background-color: #000; 
	height: 350px; 
	width: 712px;
	vertical-align: middle;
	padding:3px;
	padding-top:0px;
	padding-right:0px;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
 	opacity:0.6;
	background-color:#000000;
}
.wrapper {

}
.content {
	height: 316px; 
	width: 712px;
	overflow:auto;
}
body,td,th {
	color: #CCC;
	font-family:"Lucida Console";
}
body {
	background: #000000;
	height:100%; 
	margin:0;
	padding:0; 
	background-image:url('../images/black_striped_vertical_tile.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}
a:link {color: #FFF;}
a:visited {color: #FFF;}
a:hover {color: #FFF;}
a:active {color: #FFF;}

.tablebg tr{
	border: solid 1px #000000;
}
.maindiv {
	display: table; 
	height: 100%; 
	width: 740px; 
	#position: relative; 
	overflow: hidden; 
	margin:0 auto; 
	margin-top: 100px;
	padding-top:0px;
}
.copyright {
	text-align:right;
	color:#FFF;
	font-family:"Lucida Console";
	font-size:12px;
	margin-right:12px;
}
.linker {
	text-align:center;
	color:#FFF;
	font-family:"Lucida Console";
	font-size:12px;
}
.menudiv {
	text-align:right;
	margin-left:5px;
	padding-right:0px;
	margin-top:0px;
	padding-top:0px;
	
}
.mainmenu {
	background-color:#999;
	width:70px;
	text-align:center;
}
.textright { 
text-align:right;
font:lucida console;
}
.textleft { 
text-align:left;
font:lucida console;
}
.textcenter { 
text-align:center;
font:lucida console;
}
