BODY
{
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #da5f02;
    background-image: url(/tangerineearth/images/Background-Image-2-394x800.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    color:#FFFFFF;
    font-family:Verdana;
}

div.centered
{
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
}

ul
{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

dl dt
{
    font-size:0.95em;
    font-weight:bold;
}

dl dd
{
    font-size:0.95em;
}

a
{
    font-style:normal;
    text-decoration:none;
    color: #FFFFFF;
}

a:hover
{
    font-style:normal;
    text-decoration:underline;
}