 /* CSS Document */

body{
      margin:0px;
      padding:0px;
      background:url( ../images/bg_line.jpg ) repeat-x 0 119px;
      }

.header{
      margin:0px auto;
      padding:0px;
      width:960px;
      height:122px;
      }
.goto_top{
      clear:both;
      width:960px;
      height:15px;
      margin:0px auto;
      border:none;
      }
.goto_top a{
      width:100px;
      height:15px;
      border:none;
      display:block;
      background:url( ../images/goto_header.jpg ) no-repeat;
      margin:0px 0px 0px 835px; 
      }
.goto_top a:hover{
      filter: alpha(opacity=75);
      opacity:0.75;
      }
.footer{
      margin:0 auto;
      padding:0;
      width:960px;
      height:120px;
      background:url( ../images/footer_bg.jpg ) no-repeat; 
      }