html,body {
    background: #191919;
    color: #b2b2b2;
    font-family: 'Vollkorn', serif;
    height: 100%;
    font-size: 1em;
    text-shadow: 1px 1px 1px #000;
}

b {
    font-weight: 700;
}

h1 {
    text-align: justify;
}

h2 {
    font-weight: 700;
    text-align: justify;
    height: 40px;
}

h2 > span {
    display: inline-block;
    opacity: 0;
    color: #212121;
}


a:link, a:hover, a:visited, a:active {
    color: #950025;
    display: inline-block;
    background: #191919;
    border-radius: 4px;
    padding: 1px;
}

a:hover {
    color: #b2b2b2;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#visite {
    width: 600px;
    height: 400px;
    background: #212121;
    -moz-box-shadow: 5px 5px 21px 2px #000;
    box-shadow: 5px 5px 21px 2px #000;
    clear: both;
    position: relative;
    margin: 0px auto;
    padding: 10px 20px 10px 20px;
    
}

#pusher{
    height: 50%;
    width: 20px;
    margin-bottom: -200px;
    float: left;
}

#floatl {
    float: left;
    width: 50%;
}
#floatr {
    float: right;
    width: 50%;
}
#clearer {
    clear: both;
}
#visite > h1 > img {
    width: 100%;
}
#visite > h2 {
    font-weight: normal;
}
#floatr > img {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}