/* 
    Created on : 2016.06.07., 12:40:31
    Author     : Joe
*/

// CSS MOBILE RESET
html, body
{
    height: 100%;
    margin: 0;
    padding: 0; 
    border: 0;
}

#container {
    background: url('/images/bg.jpg');
    background-size: cover;
    color: white;
    top: 0;
    left:0;
    right:0;
    bottom:0;
}


#header {
    background-color: transparent;
    border: none;
    height: 120px;
    text-align: center;
    padding-top:20px;
}

#footer {
    background-color: transparent;
    border: none;
    bottom: 0px;
    color: #121212;   
    text-align:center;
}

#footer a {
    background-color: transparent;
    border: none;
    font-family: monospace;
    color: white;
}

#main {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    min-height:200px;
}


#map {
    height: 100%;    
}

#map p {
    color: #000000;
}
