﻿table.body td.content {
    background: #86b2d4;
    vertical-align: top;
}
div.main_content {
    background: url(Images/Layout/main_bg.jpg) repeat-x top #86b2d4;
    min-height: 500px;
}
* html div.main_content {
    background: url(Images/Layout/main_bg.jpg) repeat-x top #86b2d4;
    height: 500px;
}
hr {
    background: #5e7f98;
    border: none;
    color: #5e7f98;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
}
