/*=====body=====*/

body { 
margin:0 auto; 
text-align: center; 
font-size: 12px;
color: #666666;
line-height:150%; 
}

/*=====img=====*/

img{
  vertical-align:bottom;
}

/*=====wrap=====*/

#wrapper { 
width: 960px; 

margin-left:auto;
margin-right:auto;
border: 1px solid #f69; 
}

/*=====header=====*/

#header { 
width: 960px; 
height: 131px; 
background-image: url("../img/bg/bg.gif"); 
background-repeat: repeat-x; 
text-align: left; 
}

.header_text { 
float:left; 
vertical-align:bottom; 
}

/*=====menu=====*/
#menu {
width: 960px; 
height: 20px;
background-color: #f69; }


/*=====copylight======*/

#copylight { 
width: 960px; 
height: 12px; 
background-image: url("../img/btn/copylight3.gif"); 
background-color: #fcc; 
background-position: center;
background-repeat: no-repeat;
clear:both;
}

/*=====footer=====*/

#footer {
width: 960px; 
height: 131px; 
background-image: url("../img/bg/bg2.gif"); 
background-repeat: repeat-x; 
text-align: left; 
clear:both;
}