body {
    margin: 0;
    padding: 0;
    background-image: url(images/greenPaperBg.jpg);
}

#wrapper {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    font-family: arial, helvetica, sans-serif;
}

#header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 36px;
    color: #ad2553;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #ad2553;
}

p {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    margin-top: 30px;
    line-height: 25px;
}

a:link {
    font-weight: bold;
    text-decoration: none;
    color: #ad2553;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #ad2553;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ad2553;
}

a:active {
    font-weight: bold;
    text-decoration: none;
    color: #ad2553;
}

#right {
    /*background-image: url(images/lightPaperBg.png);*/
    background-repeat: no-repeat;
    float: right;
    width: 450px;
    height: 320px;
    text-align: center;
    padding-top: 57px;
}

#left {
    /*background-image: url(images/lightPaperBg.png);*/
    background-repeat: no-repeat;
    width: 450px;
    height: 320px;
    text-align: center;
    padding-top: 57px;
}

#clear {
    clear: both;
}