body{
background-image: url('bg.jpg');
background-repeat: repeat-y;
background-position:center;
background-color:#F4F4F4;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.top{
height: 55px;
background-color:#ffffff;
}

.logo{
margin-top:27px;
}

.button{
height: 24 px;
width: 115 px;
font-size:12px;
background-image: url('button_top.jpg');
color: #ffffff;
text-decoration: none;
font-weight: bold;
margin-top:31px;
padding-top:6px;
text-align:center;
}
.button:hover{
background-image: url('button_bottom.jpg');
}

.button_active{
height: 24 px;
width: 115 px;
font-size:12px;
background-image: url('button_bottom.jpg');
color: #ffffff;
text-decoration: none;
font-weight: bold;
margin-top:31px;
padding-top:6px;
text-align:center;
}


.bar{
background-image: url('barbg.jpg');
background-repeat: repeat-x;
height: 168 px;
}

.side{
background-image: url('outside_bg.jpg');
background-repeat: repeat-x;
background-position:top;
background-color:#E2E2E2;
}

.frame_main{
height: 146 px;
width: 849 px;
background-image: url('frame_bottom.jpg');
background-repeat: repeat-x;
background-color:#ffffff;
}

.main{
background-image: url('main_bg.jpg');
background-repeat: repeat-x;
background-position:top;
background-color:#ffffff;
}

.bottom{
background-color:#ffffff;
Height: 23;
}

.side_bottom{
Height: 23;
background-color:#E2E2E2;
}

.bottom_box{
Height: 23;
width: 884 px;
background-color:#135EA9;
}
.noodle{
font-size:12px;
color: #ffffff;
text-decoration: none;
}
.link{
color: #135EA9
}