html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
}

body { 
    background: #5A6380 url('../image/LotusWallpaper.jpg') no-repeat fixed bottom left; 
    text-align: center;
    font-family: Verdana,Helvetica,sans-serif;
    color: white;
}

#contents {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 1px solid #BF7AE3;
}

#dmaSwf {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: auto;
}
