body
{
    background-color:#FFCC00;
    color: #484848;
    word-spacing: 2px;
    letter-spacing: 2px;
    line-height: 2;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 1px 1px white;
}

hr.ruler {
    border: 0;
    height: 5px;
    background-image: -webkit-linear-gradient(left, rgba(255,204,0,0), rgba(255,204,0,0.75), rgba(255,204,0,0));
    background-image:    -moz-linear-gradient(left, rgba(255,204,0,0), rgba(255,204,0,0.75), rgba(255,204,0,0));
    background-image:     -ms-linear-gradient(left, rgba(255,204,0,0), rgba(255,204,0,0.75), rgba(255,204,0,0));
    background-image:      -o-linear-gradient(left, rgba(255,204,0,0), rgba(255,204,0,0.75), rgba(255,204,0,0));
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #E0E0E0 ;
    width: 400px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: #484848 0 1px 20px 2px;
}

.btn
{
    background-color: #484848;
    padding: 10px 20px;
    color: #FFCC00;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: #484848 0 1px 2px 2px;
    text-shadow: 1px 1px black;
}

.btn:hover
{
    background-color: #FFCC00;
    color: #484848;
    font-weight: 900;
    box-shadow: #484848  0 0 10px 2px;
    text-shadow: 1px 1px white;
}