body {
    background: linear-gradient(to bottom right, #000000, #444444);
    background-size: cover;
}

#downloadArea {
    height: 300px;
    width: 185px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.20);
}

#downloadArea img {
    width: 150px;
    margin: 10px auto;
}

#downloadArea .download {
    font-size: 13px;
    font-weight: bold;
    font-family: Times New Roman;
    padding: 7.5px 15px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgba(200, 0, 0, 0.75);
}

#downloadArea .download:hover {
    background-color: rgba(200, 0, 0, 0.55);
}

#contentArea {
    color:#FFFFFF;
    position: relative;
    text-align: center;
}

#contentArea h1 {
    padding: 50px 0;
    margin: 0;
    font-size: 50px;
    font-style: italic;
    font-family: Times New Roman;
}

#contentArea ruby {
    font-size: 80px;
}

#contentArea rt {
    font-size: 12px;
}

#message {
    font-size: 20px;
    padding: 40px 0;
}

#collections ul {
    text-align: left;
    width: 750px;
    margin: auto;
    padding: 0;
}

#collections li{
    display: inline-block;
    text-align: center;
    height: 90px;
    width: 120px;
    padding: 0;
    margin: 0;
    background-color: #000000;
}

#collections img{
    height: 100%;
}

#collections li:hover {
    opacity: 0.70;
    cursor: pointer;
}

#collections .caution {
    color: #FFFFFF;
    font-size: 10px;
}