body { 
    background-image: url('images/lakestars.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    color: white;
}

a {
    color: white;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

#createaccount {
/*    width: auto;*/
/*    height: auto;*/
/*    vertical-align: middle;*/
/*    background-color: white;*/
/*    height: 100%;*/
/*    z-index: 20;*/
/*    text-align: center;*/
    
    
    width:400px; 
    height:400px; 
    position: fixed; 
    background-color: ; 
    top: 50%; 
    left: 50%; 
    margin-top: -200px; 
    margin-left: -200px;
    z-index: 20;
    
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}
.registermain {
    width: 100%;
    height: 100%;
    text-align: left;
}


fieldset {
    border: 0px;
}
#loggedin, #justlogedin, #failedlogin, #standardlogin {
    float: right;
    display: inline;
}
#closewindow {
    position: absolute;
    right: 0;
    top: 0;
}
