html, body {
	height: 100%;
	background:#ececec;
	margin:0px;
	padding:0px;
}
#background_aboutthegame {
	position:absolute;
	background:url(http://img.ereality.ru/d3/about/aboutthegame_background.jpg) repeat-x 100%;
	width:100%;
	height:682px;
	z-index:1;
}
#content_aboutthegame {
	position:absolute;
	width:1000px;
	left:50%;
	margin: 0px 0px 0px -500px;
	z-index:2;
}
#lightbox {
	background-color:#eee;
	padding: 10px;

}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; font-family:Tahoma; font-size:12px; color:#333333; padding-top:5px; padding-bottom:5px; 
}
#keyboardMsg { float: right; font-family:Tahoma; font-size:12px; padding-top:5px; padding-bottom:5px; }
#closeButton { top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("http://img.ereality.ru/d3/about/aboutthegame_overlay.png"); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: 
progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.ereality.ru/d3/about/aboutthegame_overlay.png", 
sizingMethod="scale");
	}
.main_text_aboutthegame {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #585858;
	text-align: justify;
	line-height:13px;
}
.main_text_aboutthegame a:link, a:visited, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #585858;
	text-align: justify;
	line-height:13px;
	text-decoration:none;
	cursor:text;
}
 td img {display: block;}