﻿html, body 
{
    background-color: #000;
    height: 100%;
    width: 100%;
    font-family: Trebuchet MS, Verdana;
    font-size: 16pt;
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

#container
{
    width: 500px;
    margin: auto;
    margin-top: 50px;
}

#imgscr
{
    display: block;
    width: 500px;
    height: 300px;
}

a
{
    font-size: 16pt;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

#OTRwrapper
{
    width: 100%;
    text-align: left;
    height: 400px;
}

#leftText
{
    float: left;
    text-align: left;
}

#rightText
{
    float: right;
    text-align: right;
}
    