* {
    margin: 0;
    padding: 0;
}

body
{
    background:  url(../images/cover_big-BG.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

img.map,
map area {
    outline: none;
}

.backToMenu {
    height: 200px;
    width: 200px;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
}

.sliderImgWrapper {
    position: relative;
    width: 200px;
    height: 300px;
    border: 2px solid #000000;
}

.overlay {
    position: absolute;
    top: 0%;
    right: 5%;
}

.bottomOverlay {
    position: absolute;
    bottom: 1%;
    left: 5%;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

.shelf{
    text-align: center;
    vertical-align: middle;
}