﻿body
{
    margin: 0px;
    color: White;
    font-family: Segoe UI;
    font-size: 0.9em;
}
a
{
    text-decoration: none;
    color: #F90;
}

h1
{
    font-size: 1.5em;
    border-top: solid 1px #333;
    font-weight: 600;
    padding: 15px 0px 0px 10px;
}

#outerWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

#wrapper
{
    /*width: 886px;*/
        height: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 573px;
    background: url("Images/bg.jpg") no-repeat center;
    margin-left: auto;
    margin-right: auto;   
}
#content
{
    width: 590px;
    height: 486px;
    background: url("Images/container.png") no-repeat;
    position: relative;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
#innerContent
{
    margin: 40px 55px 50px 65px;
    text-align: left;
}
.SignInLink
{
    text-align: right;    
    float: right;
    margin-top: 30px;
}
#innerContent a
{
    
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #F90;
}

#innerContent a:hover
{
    background: #444;    
    color: #F90;
}

#innerContent p
{
    margin: 10px 0px 0px 10px;
}

#innerContent table
{
    margin: 10px 0px 0px 10px;
}

#footer
{
    position: relative;
    top: 70px;
    text-align: center;
}
#footer p
{
    color: #777;
    font-size: 0.8em;
}