* { margin:0; padding: 0}
html, body{
    margin:0px;
    padding:0px;
    height: 100%;
    font-family:Arial, sans-serif;
    }
body{
    background: url(../img/bg.png) #c9a898;
    background-size: 100px;
    -o-background-size: 100px;
    -webkit-background-size: 100px;
    font: 10px/1 arial,sans-serif;
    color: #2c2c2c;
    }
a, a:visited {
    color: #2c2c2c;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
    }

ul#contacts{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 20px 3px 17px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: -131px;
    margin-top: -109px;
    box-shadow: inset 0 -2px 10px #aaa;
    }

ul#contacts li{
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    list-style: none;
    white-space: nowrap;
    }
.mail-n-jabber{
    background: url(../img/jabber.svg) left center no-repeat;
    background-size: 17px;
    background-position-x: 4px;
    }
.twitter{
    background: url(../img/twitter.svg) left center no-repeat;
    background-size: 17px;
    background-position-x: 4px;
    }
.skills{
    background: url(../img/skills.svg) left center no-repeat;
    background-size: 25px;
    }
.linkedin{
    background: url(../img/linkedin.svg) left center no-repeat;
    background-size: 30px;
    background-position-x: -3px;
    }
.github{
    background: url(../img/github.svg) left 45% no-repeat;
    background-size: 25px;
    }

.inputs{
    padding: 40px;
    width: 400px;
    }
.inputs hr{
    margin: 5px 0;
    }
