body {
    margin: 0px;
    padding: 0px;
    background-color: #444444;
}

.box {
    width: 440px;
    height: 440px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -270px;
    padding: 50px;
}

.letter {
    float: left;
    width: 40px;
    height: 34px;
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: 10px;
    color: #444444;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.active {
    color: #FEFEFE;
}

.invisible {
    display: none;
}

.clear {
    clear: left;
}

.minute {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #403d40;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.minute.active {
    background: #FEFEFE;
    box-shadow: 0px 0px 4px #FFFFFF;
}

.first {
    top: 25px;
    left: 25px;
}

.second {
    top: 25px;
    right: 25px;
}

.third {
    bottom: 25px;
    right: 25px;
}

.fourth {
    bottom: 25px;
    left: 25px;
}

/* COLORS */
.colors {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -330px;
    margin-top: -290px;
    opacity: 0.2;
    width: 60px;
}

.colors:hover {
    opacity: 1.0;
}

.colors div {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
}

.grey {
    background-color: #1a171b;
}

.cyan {
    background-color: #198bdb;
}

.lime {
    background-color: #b4db19;
}

.red {
    background-color: #db1919;
}

.orange {
    background-color: #db7d19;
}

.purple {
    background-color: #9419db;
}

.turquoise {
    background-color: #19db62;
}

body.grey {
    background-color: #333333;
}

body.cyan {
    background-color: #126399;
}

body.lime {
    background-color: #89a614;
}

body.red {
    background-color: #a61414;
}

body.orange {
    background-color: #a65d14;
}

body.purple {
    background-color: #7014a6;
}

body.turquoise {
    background-color: #14a649;
}

/* COPYRIGHT */
.copyright {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: 290px;
    width: 540px;
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}