* { margin: 0; padding: 0; font-size: 100%; outline: none; }

body {
    border-top: 5px solid #333;
}
#content {
    width:700px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
}
h1 {
    font-family: 'Lobster', arial, serif;
    font-size: 300%;
    color: rgba(0,0,0,0.25);
    text-shadow: 1px 1px 3px rgba(239,239,239,0.5);
}
h3 {
    font-size: 100%;
    font-family: 'Lobster', arial, serif;
    color: #333;
}
h4 {
    font-size: 90%;
    font-family: 'Lobster', arial, serif;
    color: #333;
}
a {
    text-decoration: none;
    background: rgba(0,0,0,0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #333;
    display: inline-block;
    padding: 2px 10px;
}
a:hover {
    background: rgba(0,0,0,0.1);
    color: #333;
    text-shadow: none;
}
h1 span:first-child {
    font-size: 5.5em;
    color: rgba(0,0,0,0.04);
    display: block;
    line-height: 0.3;
    text-shadow: none;
}
h1 span {
    font-size: 0.55em;
    display: inline-block;
}
h1 span:last-child {
    font-size: 1em;
}
h1 strong {
    font-size: 2.5em;
    color: rgba(51,51,51,0.8);
    line-height: 1;
}
p {
    font-family: Lobster;
    color: #333;
    opacity: 0.3;
}
p:hover {
    opacity: 1;
}
em {
    font-style: normal;
    color: #600;
}
