body {
    background: #000;
}

h1 {
    font-size: 1.5em;
}
h1,
p {
    color: #fff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0.5em 0;
    padding: 0;
}

div.main {
    background: url("../images/ffi_logo_v1_0-inverted.png") no-repeat scroll center top transparent;
    height: 512px;
    left: 35%;
    position: absolute;
    top: 10%;
    width: 512px;
}

div.main h1 {
    display: block;
    font-family: Georgia,Times New Roman,serif;
    font-style: italic;
    text-align: center;
}

div.main .content {
    bottom: 0;
    font-size: 14px;
    text-align: justify;
    padding: 1em;
    position: absolute;
}

.center {
	text-align: center;
}