html, body {
/*height: 100%;*/
    min-width: 768px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

#headerBackground {
    background-image: url( /vrmd/images/home/headerBackground.gif );
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 109px;
}

#headerLogo {
    position: absolute;
    background-image: url( /vrmd/images/home/headerLogoLow.gif );
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    width: 920px;
    height: 109px;
}

#main {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 139px;
    /*bottom: 30px;*/
    border: 0px dotted lightgray;
    /*background-color: #f9f9f9;*/
    background-color: #ffffff;
    /*padding-bottom: 10px;*/
    /*margin-bottom: 30px;*/
}

.heading {
    font-size: 18px;
    color: #D21F35;
    /*text-align: center;*/
    margin-bottom: 15px;
}

.descr {
    margin-bottom: 30px;
    /*vertical-align: ;*/
}

.domainbox {
    background-color: #f3f7fc;
    border: 1px solid black;
    width: 800px;
    font-size: 24px;
    /*font-weight: bold;*/
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}
