@charset "UTF-8";
/* CSS Document */

div#left{
  position:absolute;
  left:45px;
  top:160px;
}
div#right{
  position:absolute;
  left:350px;
  top:160px;
}


#spray{
  display:block;
  width: 142px;
  height:40px;
  background: url("img/sgr.png") no-repeat 0 0;}
#spray:hover{
  background: url("img/sgr_hvr.png") no-repeat 0 0;}
#spray span{
  display: none;}


#dev{
  display:block;
  width:98px;
  height:40px;
  background: url("img/dev.png") no-repeat 0 0;}
#dev:hover{
  background: url("img/dev_hvr.png") no-repeat 0 0;}
#dev span{
  display:none;}


#vimeo{
  display:block;
  width:99px;
  height:30px;
  background: url("img/vmo.png") no-repeat 0 0;}
#vimeo:hover{
  background: url("img/vmo_hvr.png") no-repeat 0 0;}  
#vimeo span{
  display:none;}


#face{
  display:block;
  width:136px;
  height:30px;
  background: url("img/fbk.png") no-repeat 0 0;}
#face:hover{
  background: url("img/fbk_hvr.png") no-repeat 0 0;}
#face span{
  display:none;}


#mspace{
  display:block;
  width:149px;
  height:30px;
  background: url("img/msp.png") no-repeat 0 0;}
#mspace:hover{
  background: url("img/msp_hvr.png") no-repeat 0 0;}
#mspace span{
  display:none;}


#last{
  display:block;
  width:102px;
  height:30px;
  background: url("img/lst.png") no-repeat 0 0;}
#last:hover{
  background: url("img/lst_hvr.png") no-repeat 0 0;}
#last span{
  display:none;}


#blog{
  display:block;
  width:126px;
  height:40px;
  background: url("img/blg.png") no-repeat 0 0;}
#blog:hover{
  background: url("img/blg_hvr.png") no-repeat 0 0;}
#blog span{
  display:none;}
