body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #C34139;
}
#main {
        position: absolute;
        visibility: visible;
        height: 100%;
        width: 100%;
}
.main {
        background-image: url(clear.gif);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        text-align: center;
}

.master {
        margin: 0px;
        padding: 0px;
        height: 100%;
        width: 100%;
}

.left {
        text-align: left;
}

.right {
        text-align: right;
}


.center {
        text-align: center;
}
