body {
    position: relative;
    background: none;
}
.background-click {
    min-height:360px;
    position: relative;
    cursor: pointer;
    z-index: 0;
    min-width:900px;
}
.background-link {
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
    background-color: white;
}
.background-buttons {
    bottom:0;
    right:0;
    z-index: 10;
    position: absolute;

}
.background-buttons ul {
    margin: 0 20px 10px 0;
}
.background-selector {
    padding: 4px;
    display: inline-block;
    opacity: 0.5;
    cursor: pointer;
}
.background-selector span {
    display: block;
    height: 8px;
    width: 8px;
    background: white;
    margin: 0;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    border-radius: 50%;
}
.background-selector.selected {
    opacity: 1;
}
.background-selector:hover {
    opacity: 1;
}