a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #000000 url(images/body_bg.jpg) no-repeat scroll center 0;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 450px 0 100px 0;
    text-align: center;
}

em {
    background-color: #DF5F9A;
    display: block;
    line-height: 200%;
    margin: -10px 0 30px 0;
    padding: 13px 18px 13px 18px;
    text-align: justified;
}

h1 {
    color: #93AEB7;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 22px;
    margin: 0 0 33px 0;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 700px;
}

#wrapper p {
    line-height: 200%;
    margin: 0 0 32px 0;
    text-align: justified;
}

#wrapper p#contact_us {
    font-size: 16px;
    margin-bottom: 50px;
}

#footer {
    font-size: 10px;
    line-height: 150%;
    text-align: center;
}
