﻿body 
{
    background-color:#000000;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
}
.header_bg
{
    background-color:Black;
    background-image:url(./_img/header_bg.gif);
    background-repeat:repeat-x;
    height:119px;
    margin:0;
    padding:0;
}
.header_main
{
    width:960px;
    height:119px;
}
.header_logo
{
    background-image:url(./_img/logo.gif);
    background-repeat:no-repeat;
    width:311px;
    height:118px;
    margin:0;
    padding:0;
    float:left;
    
}
.menu_button
{
    float:left;
    cursor:pointer;
}
.header_menu1
{
    background-image:url(./_img/front_button.gif);
    background-repeat:no-repeat;
    width:46px;
    height:119px;
    margin:0;
    padding:0;
    float:left;
}
.header_menu2
{
    width:556px;
    height:119px;
    float:left;
}
.header_menu_v1
{
    height:67px;
    width:100%;
}
.header_menu_v2
{
    height:35px;
    width:100%;
}
.header_menu_v3
{
    height:17px;
    width:100%;
    background-color:#000000;
}
.header_menu3
{
    background-image:url(./_img/behind_button.gif);
    background-repeat:no-repeat;
    width:47px;
    height:119px;
    margin:0;
    padding:0;
    float:left;
}
.content
{
    height:421px;
    width:960px;
}
.footer_bg
{
    background-image:url(./_img/bottom_bg.gif);
    height:95px;
    vertical-align:bottom;
}
.footer_main
{
   background-image:url(./_img/botom_full_bg.jpg);
   background-repeat:repeat-x;
   height:95px; 
   width:960px;
}
.footer_left
{
    width:550px;
    height:95px;
    float:right;
}
.footer_right
{
    width:360px;
    height:95px;
    float:right;
}
.footer_main_1
{
    background-image:url(./_img/front_button.jpg);
    background-repeat:no-repeat;
    height:95px; 
    width:7px;
    float:right;
}
.footer_main_2
{
    background-image:url(./_img/below_button_bg.gif);
    background-repeat:repeat-x;
    width:256px;
    height:95px; 
    float:right;
}
.footer_main_3
{
   background-image:url(./_img/back_button.gif);
   background-repeat:no-repeat;
   height:95px; 
   width:28px;
   float:right;
}
.footer_button_group
{
    height:26px;
    width:263px;
    float:right;
}
.footer_button
{
    float:right;
    cursor:pointer;
}


