body {
	 background-color:#000; 
	 margin:0; 
	 padding:0; 
	 border:0; 
	 height:100%;
	 font:normal 12px Arial;
 }

FORM, H1, H2, H3, H4, H5 {
	margin:0px;
}
img {
	border:none;
}
A {
	font:normal 12px Arial;
	color:black;
	text-decoration:underline;
}
p {
	margin-top:5px;
}
#Bg { 
  position:fixed;
  margin:0px; 
  border:0px; 
  padding:0px; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  overflow:hidden; 
  z-index:0;
  visibility:hidden;
} 
* html #Bg {position: absolute;} 
#Bg img { 
  position:absolute;
}
* html #Column { position: absolute; }
* html #Logo { position: absolute; }
* html #LanBtns { position: absolute; }
#ImagesNavigation table
{
	margin-right:20px;
	margin-left:20px;
}
#ImagesNavigation table td
{
	width:20px;
	text-align:center;
}
#Content
{
	bottom:0px;
	background-color:#fff;
	opacity:.80;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	z-index:0;
}
#InnerContent
{
	z-index:10;
}
#Footer table
{
	font:normal 10px Arial;
	color:#9f9a9a;
}
