/* 
    Created on : Feb 14, 2014, 10:02:42 AM
    Author     : Rob Peters <rob@voodoo.com>
*/
body{
    width:100%;
    padding: 0px;
    margin: 0px;
    font-family: roboto, arial, sans-serif;
    color: #777;
}
#page{
    display: block;
    position: absolute;
    width:100%;
}
h3.title{
    display:block;
    font-variant: small-caps;
    text-align: center;
    max-height: 20%;
    position: relative;
    color: #3a7ff6;
    font-size: 1.3em;
    letter-spacing: .05em;
}
h3.title a{
    color: #3a7ff6;
    text-decoration: none;
}
#footer{
    display: block;
    text-align:center;
    font-size: .87em;
}
#footer a{
    color: #3a7ff6;
    font-weight: 400;
}
#fsRibbon{
    display: block;
    margin: 16px 0px 0px 0px;
    padding: 6px 0px;
    background-color: #BF3B3B;
    text-align: center;
}
#fsRibbon a{
    color:#FFFFFF;
    font-weight: 400;
}