body{
  background: #000000;
}
.page{
  width: 640px;
  height: 480px;
}
.menu{
  width: 203px;
  height: 400px;
  float: left;
  background: url(../imgs/menu.jpg) no-repeat top left;
}
.content{
  width: 437px;
  height: 400px;
  float: right;
  background: url(../imgs/content.jpg) no-repeat top left;
  text-align: left;
}
.img_f{
  border: 2px solid #FFFFFF;
  background: #444444;
  padding: 1px;
}
.cont_div{
  width: 416px;
  height: 369px;
  margin: 3px;
  padding: 20px 5px 5px 10px;
  overflow: auto;
}
* html .cont_div{
  width: 431px;
  height: 394px;
}
table.container{
  width: 100%;
  height: 100%;
  font-family: verdana, helvetica, arial, serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 10pt;
}
a{
  color: #00CCFF;
}
a:hover{
  color: #FFCC00;
}
.download{
	border: 2px solid #333;
	padding: 5px;
	margin-bottom: 10px;
}
.seven-zip{
	padding-left: 64px;
	background: url(../imgs/7zip.png) no-repeat 10px center;
	min-height: 64px;
}
.more{
	font-size: 8pt;
	margin: 5px 10px 10px 30px;
	border: 1px dotted #555;
	padding: 5px;
	font-weight: normal;
}
ul.feat-list{
	list-style: none;
}
ul.feat-list li{
	background: url(../imgs/list.png) no-repeat 3px center;
	padding-left: 20px;
	line-height: 16px;
}
.language{
	line-height: 26px;
	height: 26px;
	margin: 0 10px 0 10px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.language a{
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.language a:hover{
	border-bottom: 0;
	color: #ddd;
}
.language a.current{
	color: #aaa;
	border-bottom: 0;
}
.reminder{
	text-align: center;
	border: 1px dotted #fff;
	padding: 5px;
	margin: 0 30px;
	font-size: 8pt;
	font-weight: normal;
}

    /*
    Alpha PNG support for IE
    \*/
    * html img, * html input/**/ {
      filter:expression(
        this.alphaxLoaded ? "" :
        (
          this.src.substr(this.src.length-4)==".png"
          ?
          (
          (!this.complete)
          ? "" :
            this.runtimeStyle.filter=
            ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
            (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
            String(this.alphaxLoaded=true).substr(0,0)+
            (this.src="imgs/pixel.gif").substr(0,0)
          )
          :
            this.runtimeStyle.filter=""
        )
      );
    }