body {
    background-color: #202020;
    color: white;
}

h2 {
    font-size: 1em;
    font-weight: normal;
}

#background {
    width: 1000px;
    height: 750px;
    
    background: url('/fileadmin/img/home-background.jpg');
    
    z-index: 10;
}

#button {
    position: relative;
    left: 51px;
    top: 265px;
    
    z-index: 30;
}

#video {
    position: relative;
    left: 209px;
    top: 123px;
    
    width: 640px;
    height: 360px;
    
    border: 1px solid white;
    background-color: black;
    
    z-index: 20;
}

.texts {
    text-transform: uppercase;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: -1px;
}

#like {
    position: relative;
    top: 150px;
    left: 800px;
    
    width: 53px;
    height: 26px;
    overflow: hidden;
}

#visit {
    position: relative;
    left: 896px;
    top: -32px;
    
    width: 100px;
}

.visit {
    float: left;
    width: 40px;
    height: 40px;

    margin-right: 10px;
    margin-bottom: 10px; 
}

#footer {
    margin-top: 13px;
}

#more {
    float: left;
    padding-left: 13px;
}

#copyright {
    float: right;
    padding-right: 13px;
    
    color: #d6d6d6;
}
