@charset "utf-8";
#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font: 28px Helvetica;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

::-webkit-scrollbar {
    display: none;
}

.navhover:hover {
    opacity: 0.7;
}

#Top {
    background-color: #3bb9ff;
    font-weight: 700;
    text-align: center;
    font-family: Candara, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 44;
    padding: 5px;
}

#Bot {
    background-color: #3bb9ff;
    font-weight: 700;
    text-align: center;
    font-family: Candara, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 32;
    padding: 5px;
}

#content {
    background-color: #C0C0C0;
    padding: 10px;
}

body {
    background-image: url("../images/summonersriftblur.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

#footer {
    font-size: 12;
}

#home {
    vertical-align: bottom;
}

#homelogo:hover {
    opacity: 0.5;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    background: #808080 url("../images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #696969;
}

.keyword {
    font-style: Italic;
}

.fatword {
    font-weight: bold;
}