body
{
    position: fixed;
    margin: 0;
    padding: 0;        
    height: 100%;
    width: 100%;
    background: url("bg.png") no-repeat center center fixed ;
    background-size: cover;
}

#slogan
{
    position: relative;
    top: 45%;
    left: 52%;
    font-family: 'Sniglet', cursive;
    color: ivory;
}

#content
{
    position: relative;
    top: 52%;
    left: 0%;
    font-size: 15pt;
    font-family: 'Port Lligat Slab', serif;
    color: ivory;
    text-align: center;
}

#content p

{
    margin: 8px 0;
}

.name
{
    font-size: 20pt;
}

#faceb
{
    font-size 13pt;
    margin-top: 15px;
}

#faceb a, #faceb a:visited
{
    color: white;
}

