/** {
font-size: 12px;
margin: 0;
padding: 0;
border: 0;
}*/

a {
color: #000; 
text-decoration: none;
}
a:visited {
color: #000;
}
a:hover {
color: #039;
text-decoration: underline;
}


html, body {
height: 100%;
}

body {
font-family:"ËÎÌå", sans-serif;
color: #000;
background: url(../img/body_bg.gif) center 50%;	
text-align:center;
margin:0;
}

#box{
text-align: left;
width:770px;
min-height: 100%;
background:#F0F0F0;
} 

* html #box {
 height: 100%;
}      

#header {
border:#ccc solid 1px;
width:100%;
}

#out-content {
padding-bottom: 125px;
height:80%;
width:100%;
}

#out-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

* html #out-content {
height: 1%;
}



#footer {
 height: 125px;
 width:772px;
 border: 0; 
 font-size:13px;
 color: #333333;
 margin: -125px auto 0 ;
}
#ftbar
{
	background:url( ../img/tab_bg1.gif) repeat-x;
	height:24px;
	padding-top:8px;
	margin:0;
}
#footx
{
	margin:0; padding:0;
}



/* ----header---- */
#header_bg{
background:url(../img/top-main.gif);
width:100%;
height:92px;
}

/* ----footer---- */
#footer a:visited {
color:#333;
}
#footer a:hover {
color:#099;
text-decoration:underline;
}

