* {
    margin: 0;
    padding: 0;
}

a {
    color: #ffff00;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

body {
    background: #2c6d1f;
    color: #fff;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
    margin: 0;
}

img {
    border: 0;
    margin-bottom: 10px;
}

p {
    margin: 0.5em 0;
    text-align: center;
}

div {
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -200px;
    position: absolute;
    top: 50%;
    width: 400px;
}

