* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body,
.wrapper{
    height: 100%;
}

.wrapper{
    position: relative;
    /* min-height: 580px; */
}

.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#header {
    background: #000;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
}

#footer {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #737373;
    padding-bottom: 20px; 
}

#main {
    padding-top:70px;
    margin:auto;
    display:table;
}

#main a {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin:1rem;
}
