* {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

body {
    background: #93d3f8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

#wrapper {
    width: 600px;
    height: 600px;
    max-height: 600px;
    padding-top: 100px;
    margin-top: -300px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    position: absolute;
    clear: both;
    background-image: url("../holding/background.png");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #93d3f8;
    text-align: left;
}

#content {
    width: 300px;
    height: auto;
    top: 0;
    float: left;
    text-align: left;
}

a {
    text-decoration: none;
}

a:link {
    color: #fcff00;
    text-decoration: none;
}

a:visited {
    color: #fcff00;
    text-decoration: none;
}

a:hover {
    color: #d1009f;
    text-decoration: underline;
}

a:active {
    color: #fcff00;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em; /* 21px */
    color: #fcff00;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
}

h2 {
    font-size: 1.1428em; /* 16px */
    font-weight: bold;
    color: #414141;
}

p {
    padding-left: 10px;
    font-size: 0.8571em; /* 12px */
    color: #fff;
    line-height: 1.4em;
}