#content_main {
    position: relative;
    width: 100%;
    height: 490px;
    min-height: 490px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px 0 0 0px;
    text-align: left;
    background: #6d1d20;
}

#div[id] #content_main {
    height: auto;
}

#inner_content {
    border: 1px solid white;
    position: relative;
    top: 0px;
    left: 195px;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 753px;
    height: 490px;
    min-height: 490px;
}

div[id] #inner_content {
    height: auto;
}

#inner_content_back {
    background: #FFFFFF;
    height: 200px;
    width: 200px;
}

div[id] #content_main {
    height: auto;
}

#content_details {
    position: relative;
    top: 575px;
    left: 0;
    line-height: 1;
    text-align: left;
    font: 12px Arial, Verdana, Helvetica, Times;
    
}
