html
{
    height: 99%;
}
body
{
    background-color: #343434;
    color: #ffffff;      
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    height: 100%;
    margin: 0;
}
a
{
    color: #ffc800;  
}
a:hover
{
    color: #aa66ff;  
}
.header
{
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    height: 25px;
    margin-top: 5px;
}
a.social
{
    color:#888888;
}
.item
{
    text-align: center;
    position: relative;
    height: auto;
    min-height: 120px;
    padding-top: 30px;
}
.itemhead
{
    text-align: center;
    font-size: 160%;
}
.itembody
{
    min-height: 100%;
}
.headlineBig
{
    text-align: center;
    font-size: 200%;
}
.headlineSmall
{
    text-align: center;
    font-size: 120%;
}
.small
{
    font-size: 80%;
    color: #888888;
}
.smaller
{
    font-size: 50%;
    color: #888888;
}
.center
{
    text-align: center;
}
.left
{
    text-align: right;
    position: absolute;
    right: 50.2%;
    width: 50%;
}
.right
{
    text-align: left;
    position: relative;
    left: 50.2%;
    width: 50%;

}