﻿.body-content {
    background-size: 810px auto;
    width: 760px;
    background: repeat-y url('/content/Images/views/Shared/Body.png');
    border-radius: 20px;
    padding: 20px 20px 20px 30px;
}

    .body-content #links {
        width: 180px;
    }

        .body-content #links div {
            margin: 0 0 15px 0;
        }

            .body-content #links div a {
                text-decoration: none;
            }

                .body-content #links div a:hover {
                    color: #249531;
                    text-decoration: underline;
                }

    .body-content #items {
        width: 580px;
    }

    .body-content #pages {
        text-align: center;
    }
