 body{
        background-color: black;
     }
         .home-links{
             position:relative;
             clear:both;
             width:900px;
             padding-bottom:65px;

         }

         .social{
            position:absolute;
             margin-top: 20px;
         }
         .social img{
            float:left;
            padding-right:8px;
         }

         .social span{
           float:left;
           margin-right: 15px;
           font-size: 12px;
         }

         .social a span{
           color: white;
           text-decoration: none;
         }


          .nav-links{
             position:absolute;
             right:0px;
              padding-bottom: 25px;
            background-position-y: 0px;
             width:408px;
             height:45px;
             text-indent: -90000px;

         }
         .nav-links a.lofts   {
             float:left;
             margin-right:30px;
             width:99px;
             height:35px;
             background-color: red;
              background: url(/downloads/kmotion/homesprite.png) no-repeat 0 0;
         }
         .nav-links a.nine {
         float:left;
             width:60px;
             height:35px;
             margin-right:30px;
              background: url(/downloads/kmotion/homesprite.png) no-repeat -147px 0 ;
         }
         .nav-links a.live {
         float:left;
            width:66px;
            height:35px;
             background:  url(/downloads/kmotion/homesprite.png) no-repeat -248px 0;
         }
		 .nav-links a.coffee {
         float:left;
            width:120px;
            height:35px;
             background:  url(/downloads/kmotion/homesprite.png) no-repeat -325px 0;
         }
         .nav-links a.lofts:hover  {
           background:  url(/downloads/kmotion/homesprite.png) no-repeat -0px -80px;

       }
       .nav-links a.nine:hover  {
           background:  url(/downloads/kmotion/homesprite.png) no-repeat -147px -80px;

       }
       .nav-links a.live:hover  {
           background:  url(/downloads/kmotion/homesprite.png) no-repeat -248px -80px;

       }
	   .nav-links a.coffee:hover  {
           background:  url(/downloads/kmotion/homesprite.png) no-repeat -325px -80px;

       }