#f-content
{
    text-align: center;
}
#f-content h1
{
    position: absolute; /* @see: framework.css f-top-name */
    z-index: 11;
    top: -34px;
    left: 450px;
    color: rgb(255,122,0);
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .07em;
}
#f-content > img
{
    margin-top: 4em;
}
#f-content p
{
    margin-top: 3em;
	text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: rgb(140,140,140);
}
#f-content p.description
{
    color:rgb(255,122,0)
}
