﻿body {    
    background: url(images/7151456761_ac1789ca8e_k.jpg) no-repeat center center fixed;
    background-size: cover;
}

.Intro {
    font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
}

.Titulo {
    font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: Blue;
    text-shadow: 2px 2px 3px #888;
}

.Pie {
    font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #666666;
}

.Ligas {
    color: #0000FF;
    font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.Final {
    position: fixed;
    bottom: 6px;
}