div.base1 { width: 64eM; margin: auto; }
div.base2 { width: 64eM; text-align: left; position: relative; }

div#foot {
    position:   absolute;
    bottom:     0;
    left:       0;

    display:    block;
    width:      100%;
    padding:    12px 0 4px 0;     
}
div#bar {
    display:    block;
    width:      100%;
    padding:    6px 0;
}
div#content {
    min-height: 520px;
    padding-bottom: 120px;
}
div#footcars {
    position:           absolute;
    left:               0;
    bottom:             10px;
    text-align:         center;

    display:            block;
    width:              100%;
    height:             98px;
}
div#user {
    float:  right;
    width:  240px;
    top:    52px;
}
div#menu {
    clear:  both;
    width:  24eM;
    border: 1px solid red;
} 
div#entry {
    clear:              both;
    position:           relative;
    top:                70px;

    display:            block;
    width:              62eM;

    padding:            1eM;
    border-top:         6px double white;
    border-bottom:      6px double white;
    margin-bottom:      80px;

}

/* FORMS */

form table {
    width:  100%;
}
td.label {
    text-align: right;
}
form#login td.input,
form#login input#uid,
form#login input#pwd {
    width:  160px;
}

/* LOGO */

div#logo {
    float:      left;
    left:       0px;
    margin-top: 52px;
}
div#logo,
img#hyundaiclub {
    width:      325px;
    height:     199px;
}
img#smallhyundai {
    vertical-align:     middle;
}

/* DECORATIONS */

img#shadow {
    position:   absolute;
    width:      100%;
    height:     52px;
    z-index:    1;
    
    right:      0;
    top:        -2px;
}


