#social {
            position:absolute;
            margin:auto;
            top:78px;
            text-align:right;
            width:1250px;
        }
        
        #facebook {
            border-radius:10px;
            margin-left:3px;
            margin-right:3px;
            display:inline-block;            
            width:20px;
            height:20px;
            background-image:url('http://static.tumblr.com/9wg7xph/h1umqxk7m/sfacea.png');
            background-color:#75c7c4;
            background-size:20px;
            border:5px solid #75c7c4;
        }

        
        #twitter {
            border-radius:10px;
            margin-left:3px;
            margin-right:3px;
            display:inline-block;
            background-color:#75c7c4;
            width:20px;
            height:20px;
            background-image:url('http://static.tumblr.com/9wg7xph/UuJmqxkdl/stwittera.png');
            background-size:20px;
            border:5px solid #75c7c4;
        }
               
        #pinterest {
            border-radius:10px;
            margin-left:3px;
            margin-right:3px;
            display:inline-block;
            background-color:#75c7c4;
            width:20px;
            height:20px;
            background-image:url('http://static.tumblr.com/9wg7xph/dI7mqxke4/spinteresta.png');
            background-size:20px;
            border:5px solid #75c7c4;
        }
        
        #youtube {
            border-radius:10px;
            margin-left:3px;
            margin-right:3px;
            display:inline-block;
            background-color:#75c7c4;
            width:20px;
            height:20px;
            background-image:url('http://static.tumblr.com/9wg7xph/R8cmqxkf3/syouta.png');
            background-size:20px;
            border:5px solid #75c7c4;
        }

        #instagram {
            border-radius:10px;
            margin-left:3px;
            margin-right:3px;
            display:inline-block;
            background-color:#75c7c4;
            width:20px;
            height:20px;
            background-image:url('http://static.tumblr.com/9wg7xph/RX7mqxkfn/sinstaa.png');
            background-size:20px;
            border:5px solid #75c7c4;
        }

        #facebook:hover, 
        #twitter:hover, 
        #pinterest:hover, 
        #youtube:hover, 
        #instagram:hover {
            box-shadow:1px 2px 4px #cacaca;
            background-color:#89D6D3;
            border:5px solid #89D6D3;
        }