@charset "utf-8";
/* CSS Document */

div#pagewrapper {

    text-align: left;
    border: #ccc 1px solid;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    padding-top: 20px;
    width: 950px;
    /*height: 700px;*/
    background-color: #fff;
}
</style>

