body {
    text-align: center;
}

#main {
    width: 70%;
    margin: auto;
    margin-top: 50px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: 0;
}