/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/jan/2016, 23:35:43
    Author     : pedro
*/

.bottom{
    position: relative;
    width: 100%;
    height: 5vh;
    background-color: #121212;
    border-top: 1px solid #212121;
}

.bottom_holder{
    position: relative;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}
