 body{
  margin:0;
  padding:0 0 <length> 0;
  background-color:#fbce69;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
 

 }
 div#footer{
/*  position:absolute;*/
/*  bottom:0;*/
  left:0;
  width:100%;
  height:<length>;
  background-color:red;
 }
 @media screen{
  body>div#footer{
   /*position: fixed;*/
  }
 }
 * html body{
  /*overflow:hidden;*/
 } 
 * html div#content{
  
/*  overflow:auto;*/
 }
 
 #cover{
	width:1000px;
	height:550px;
	background:url(../images_new/bg.gif) no-repeat;
}

/**
 * 100% height layout with header and footer
 */


a:link, a:visited
{
	color: #64050a;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a:active
{
	color: #35631f;
	font-weight:bold;

}

img{
	border:0px;
}

/* lablec*/

#foot{
	height:20px;
	background-color:#dfb55f;
	width:1000px;

}

#foot_left{
	background-color:#dfb55f;
	width:64px;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	font-size:1px ;
	line-height:1px; 
}
#foot_right{
	width:930px;
	float:left;
	font-size:12px;
	color:#ab0f17;
	text-align:right;
	padding:4px 6px 0px 0px;
	
}

#title_hu{
	position:absolute;
	left:626px;
	top:0px;
	width:374px;
	height:48px;
	background:url(../images_new/head_hu.gif) no-repeat;

}

#title_en{
	position:absolute;
	left:626px;
	top:0px;
	width:374px;
	height:48px;
	background:url(../images_new/head_en.gif) no-repeat;

}

#head_hu{
	position:absolute;
	left:237px;
	top:66px;
	width:178px;
	height:30px;

}

#head_en{
	position:absolute;
	left:237px;
	top:66px;
	width:192px;
	height:30px;

}

#body_center{
	position:absolute;
	left:228px;
	top:104px;
	width:721px;
/*	height:381px;*/
	
}

	/* SCROLL */
			.holder {
				float: left;
				margin: 0px;
				text-align:left;		
			}
			
			.scroll-pane {
				
				float: left;
				height: 381px;
				width:748px;
				text-align:left;				
			}
			.scroll-pane2 {
				
				float: left;
				height: 381px;
				width:517px;
				text-align:left;				
			}
			
			
			.osX .jScrollPaneTrack {
				background: url(../images_new/scroll/osx_track.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(../images_new/scroll/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(../images_new/scroll/osx_drag_top.gif) no-repeat;
				height: 2px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(../images_new/scroll/osx_drag_bottom.gif) no-repeat;
				height: 2px;
			}
			.osX a.jScrollArrowUp {
				height: 15px;
				background: url(../images_new/scroll/osx_arrow_up.gif) no-repeat ;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 15px;
				background: url(../images_new/scroll/osx_arrow_down.gif) no-repeat ;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.left .jScrollPaneTrack {
				left: auto;
				right: 0;
			}
			.left a.jScrollArrowUp {
				left: auto;
				right: 0;
			}
			.left a.jScrollArrowDown {
				left: auto;
				right: 0;
			}
		
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */

input, textarea{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;


}
