
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: black url('../img/startile.jpg');
}

p {
    text-align: center;
    color: #3388ff;
    font-family: arial, sans-serif;
    line-height: normal;
}

a {
    color: #3388ff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0055cc;
    text-decoration: none;
}

#title {
    font-style: italic;
    font-weight: bold;
    padding: 20px 40px 20px 40px;
    text-shadow: 1px 1px #2277ee;
    /* background-color:red; */
}

#body {
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 5px 40px;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 40px; /* must be same height as the footer */
}

#footer {
    height: 40px;
    clear: both;

    /* alignment stuff */
    position: absolute;
    right: 40px;
    top: 120%;
}

#twitter {
    /* text stuff */
    font-size: 1em;
    text-transform: uppercase;
}
