body {
    text-align: center;
    background-color: #EFEFEF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img {
    max-width: 60%;
    height: auto;
}

a:link {
    text-decoration: none;
    color: #CC3333;
}

a:visited {
    text-decoration: none;
    color: #6699CC;
}

a:hover {
    text-decoration: none;
    color: #6699CC;
}

a:active {
    text-decoration: none;
    color: #FF9933;
}

#wrapper {
    display: block;
    width: 90%;
    margin: 0px auto;
}

#header {}

#content {
    width: 100%;
}

#sidebar {}

#delimiter {
    clear: both;
}

#footer {}

#footer h1 {
    color: #CC3333;
    font-family: sans-serif;
    font-size: 1.5em;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#footer h2 {
    color: #FF9933;
    font-family: sans-serif;
    font-size: 1em;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#footer h3 {
    color: #FF9933;
    font-family: sans-serif;
    font-size: 0.8em;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.title {}
