*
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

#wrapper
{
    width: 7.5in;
    margin: 0 auto 0 auto;
}

#outer
{
    width: 100%;
    display: table;
    #position: relative;
    overflow: hidden;
}

#middle
{
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

#inner
{
    #position: relative;
    #top: -50%;
    text-align: center;
}

label
{
    font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #000;
    text-shadow: 0 0 0.5em #3e83c8, 0 0 0.5em #D4FFBF;
}

.clouds1
{
    width: 100%;
    background: #3e83c8 url(bg_clouds1.png) repeat;
    position: absolute;
    z-index: -2;
}

.clouds2
{
    width: 100%;
    background: #3e83c8 url(bg_clouds2.png) repeat;
    position: absolute;
    z-index: -1;
    opacity: .5;
}