body, html {
    background: #111;
    margin: 0;
    padding: 0;
}

body {
    font: 95%/120% sans-serif;
    text-align: center;
    color: #eee;
}

#main {
    background: #000;
    width: 711px;
    text-align: left !important;
    margin: auto;
}

#logo {
    width: 711px;
    height: 431px;
    background: url(minimo.png) no-repeat #000;
}

#content {
    padding: 1em 1em 5em 1em;
}

#footer {
    width: 711px;
    height: 250px;
    background: url(minimo-flip.png) no-repeat #000;
}

p.teaser {
    text-align: center;
    font-family: monospace;
    font-weight: bold;
    color: green;
    font-size: 145%;
    letter-spacing: 0.1em;
}

p.teaser a {
    text-align: center;
    font-family: monospace;
    font-weight: bold !important;
    text-decoration: none !important;
    color: green !important;
    letter-spacing: 0.1em !important;
}

p.teaser a:hover {
    border-bottom: 1px solid green !important;
}

#menu {
    margin: 0;
    padding: .5em .5em 0 1em;
    list-style: none;
}

#menu li {
    display: inline-block;
    display: inline;
    padding-right: .5em;
	font-size: 105%;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
    color: #99f;
    border-bottom: 1px dotted #aaf;
}

#menu a:hover, #menu a:active {
    border-bottom: 1px solid #aaf;
}

#menu a:visited {
    color: #55f;
}

@font-face {
    font-family: "Commodore 64 Pixeled";
    src: url(c64font.ttf);
}

h1 {
    font-family: "Commodore 64 Pixeled", monospace;
    font-weight: normal;
    font-size: 130%;
    color: green;
    padding: .1em 0 .1em 0;
    background: #010;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-family: "Commodore 64 Pixeled", monospace;
    font-weight: normal;
    font-size: 115%;
    color: green;
    background: #010;
    padding: .1em 0 .1em 0;
    text-align: center;
    text-transform: uppercase;
}

#content a {
    font-weight: normal;
    text-decoration: none;
    color: #99f;
}

#content a:hover, #content a:active {
    border-bottom: 1px solid #aaf;
}

p.copyright {
    text-align: right;
    margin: 0;
    padding: 0 1em 0 0;
    color: #222;
}

p.copyright a {
    text-decoration: underline;
    color: #222;
    font-weight: normal;
}

dd {
    margin-bottom: .5em;
}

form.stdform label {
    display: block;
    float: left;
    width: 10em;
    margin-top: .3em;
    margin-bottom: .3em;
}

form.stdform input {
    display: left;
}

form.stdform div.clear {
    clear: both;
}

table {
    width: 100%;
}

table th {
    text-align: left;
    border-bottom: 1px dotted #eee;
}
