﻿#bottomBackground
{
    background-position: right;
}
#moon
{
    position: fixed;
    bottom: 250px;
    right: 20px; 
}
#logo
{
    float: left;
    width: 230px;
    position: relative;
    top: 130px;
    left: 18px;
}
#innerContentWrapper
{
    float: left;
    position: relative;
    left: 30px;
    width: 690px;
    height: 345px;
    background: url("Images/content_main.png") no-repeat;
}
#contentPanel
{
    float: left;
    position: relative;
    left: 60px;
    width: 600px;
    top: 30px;
    height: 285px;
}
.ModalContentWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    text-align: center;
}
.ModalContent
{
    text-align: left;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}
.ModalContentASPPanel, .ModalContent div
{
    /*height: 100%;*/
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

/*#contentWrapper
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}*/

#footer
{ 
    width: 600px;
    float: right;
}
