body {
    background: #ff0090;
    margin: 0 0 0 0;
}

.page_body {
    background-color: white;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed
}

.page_content {
    margin: 8px 8px 8px 8px;
}
