body {
    background-image: url(img/bg.png);
}

section {
    width: 410px;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

article {
    width: 370px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    text-align:left;
    color: #333;
    line-height: 20px;
    background-color: #FFF;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    position: relative;
    min-height: 400px;
}

h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.date {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #BBB;
    margin: 0px;
    padding: 0px;
}

header {
    font-family: "Courier New", Courier, monospace;
    color: #FFF;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.8;
}

nav {
    font-family: "Courier New", Courier, monospace;
    color: #FFF;
    float: right;
}

nav a{
    font-family: "Courier New", Courier, monospace;
    color: #FFF;
    float: right;
    text-decoration:none;
    opacity: 0.7;
}

footer {
    font-family: "Courier New", Courier, monospace;
    color: #FFF;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
}

footer a{
    font-family: "Courier New", Courier, monospace;
    color: #FFF;
    text-decoration:none;
    opacity: 0.7;
}

a:hover {
    opacity: 1;
}

iframe[name=header] {
    border: 0;
    width: 100%;
    height: 89px;
    overflow: hidden;
}

body.header {
    padding: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
    overflow: hidden;
}

.meteor {
    margin: auto;
    margin-bottom: 36px;
    display: block;
}