html, body
{
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
    background-color: Black;
}
b, strong
{
    font-weight: bold;
}
a
{
    color: White;
    cursor: pointer;
    text-decoration: none;
    outline: expression(hideFocus='true');
    outline: 0;
    -moz-outline: 0;
}
a:hover
{
    text-decoration: none;
    color: #0bcf0d;
}
a:hover *
{
    cursor: pointer;
}
a:focus
{
    outline-style: none;
}
form
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#GreenLine
{
    position: relative;
    top: 65px;
    height: 8px;
    background-color:#00b400;
}
#ContentH
{
    display: block;
    width: 100%;
    font-size: 93%;
    height: 532px;
    min-width: 780px;
}
#content
{
    padding: 0 50px;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}
#header
{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 20px;
}
#top
{
    height: 100px;
    width: 100%;
    text-align: left;
    padding-top: 6px;
    min-width: 650px;
    line-height: 15px;
}
#middle
{
    height: 450px;
    width: 100%;
    min-width: 650px;
}
.center
{
    width: 100%;
    padding-top:12px;
    height:518px;
    overflow: auto;
    white-space: nowrap;
    clear: left;
    text-align: left;
    position:relative;
}
#draggable{
    position:absolute;
}
.center div.image, .center div.text
{
    display: inline;
    margin-right: 20px;
    height: 100%;
}
.center div.text div.wrapper
{
    color: White;
    margin-top: -5px;
}
div.center div.last
{
    margin: 0;
}
div.controls
{
    float: right;
    width: 110px;
    height: 25px;
}
a.menuitem, #prev, #next, #sep
{
    display: block;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
}
a.menuitem:hover, a.active, #prev:hover, #next:hover
{
    background-position: left bottom;
}
#prev
{
    background-image: url(/assets/previous.png);
    width: 62px;
    float: right;
}
#sep
{
    width: 10px;
    float: right;
}
#next
{
    background-image: url(/assets/next.png);
    width: 32px;
    float: right;
}
.green
{
    color: #0bcf0d;
}
.credits
{
    display: inline-block;
    margin-left: 10px;
    color: White;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1px;
    
    vertical-align:bottom;
}
#footer
{
    height: 50px;
    
}
#scroll
{
    height: 10px;
    margin-bottom:16px;
    background-image: url(/assets/bgline.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    position: relative;
}
#controls
{
    height: 30px;
}
#controls a.square, #controls #array a.active
{
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    background-color: White;
    margin-left: 12px;
}
#controls a.square:hover, #controls #array a.active
{
    background-color:#0BCF0D;
}
.clear
{
    clear: both;
    float: none;
}
#array
{
    margin-left: 70px;
    height:10px;
    float:left;
}
#arrowleft
{
    width: 10px;
    height: 10px;
    display:block;
    background-image:url(/assets/arrowleft.jpg);
    float:left;
}
#arrowright
{
    width: 10px;
    height: 10px;
    display:block;
    background-image:url(/assets/arrowright.jpg);
    float:left;
    margin-left:12px;
}
#hand{
    position:absolute;
    width:50px;
    height:10px;
    cursor:pointer;
    background-color: White;
}
