body {background: #000;}

a {outline: none;}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 600px;
  height: 200px;
  margin-left: -300px;  /***  width / 2   ***/
  position: absolute;
  top: -150px;          /***  height / 2   ***/
  left: 50%;
  background: url(/img/bg_index.jpg) center top no-repeat;
}



#blog_store  {width: 399px; height: 167px; background: none; margin: 140px 0 0 100px; list-style: none; text-align: center; padding: 0px}
#blog_store li {float: left;}
li.store a {width: 172px; height: 154px; background: url(/img/img_store.jpg) no-repeat; text-indent: -9999999px; margin-right: 30px; border: 6px solid #919191; display: block;}
li.store a:hover {border: 6px solid #ccc;}
li.store a:active {border: 6px solid #fff;}
li.blog a {width: 172px; height: 154px; background: url(/img/img_blog.jpg) no-repeat; text-indent: -9999999px; border: 6px solid #919191; display: block;}
li.blog a:hover {border: 6px solid #ccc;}
li.blog a:active {border: 6px solid #fff;}
