@charset "utf-8";
/* CSS Document */
body
{
background-image:url(../img/back_image.png);
background-repeat:repeat-x;
background-position:top;
padding:0px;
margin:0px;
}
h1,h2
{
color:#000000;
visibility:hidden;
font-family:Arial, Helvetica, sans-serif;
position:absolute;
}

#wrapper
{
width:760px;
height:551px;
position:relative;
margin:0px auto auto auto;
padding-top:50px;
}
#header_top
{
width:301px;
height:206px;
margin:0px;
background:url(../img/header_index.png) top no-repeat;
position:relative;
float:left;
}
#right_panel
{
width:459px;
height:500px;
position:relative;
float:right;
margin:0px;
padding:0px;
background:url(../img/index_right_panel.png) top no-repeat;
}
#menu
{
width:301px;
height:43px;
position:relative;
float:right;
margin:0px;
padding:0px;
padding-bottom:0px;
background:url(../img/index_menu_back.png) top no-repeat;
z-index:1;
}
#logo
{
width:301px;
height:179px;
position:relative;
margin:0px;
padding:0px;
float:left;
background:url(../img/index_logo.png) top no-repeat;
z-index:2;
}
#bottom
{
width:301px;
height:43px;
position:relative;
margin:0px;
padding:0px;
float:left;
background:url(../img/index_bottom_back.png) top no-repeat;
z-index:3;
}
#footer
{
width:760px;
height:50px;
position:relative;
bottom:0px;
float:right;
}