/* 
    Document   : center.css
    Created on : 2011.01.25., 9:11:22
    Author     : david
    Description: 
        Centers the design on the page horizontally
*/

.headertable {
    margin: 0px auto;
    width: 760px;
}
.content {
    margin: 0px auto;
    /*width: 760px;*/
}
