.icon {
    display: block;
    float: left;
    padding: 10px;
    width: 180px;
    margin: 0 20px;
    font-size: .7em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    /* Set the icon border and background colors to the same color as the
       background of the area where the icons are located */
    border: 1px solid rgba(255,255,255,0);
    background: rgba(255,255,255,0);
}

.icon:hover {
    border-color: #ffffff;
    background-color: #1d1d55;
    color: #FFFFff;
}

#pageTitle {
    text-align: center;
    font-size: 30px;
    padding-bottom: 25px;
}

#mainArea {
    min-height: 775px;
}