@charset "utf-8";
/* CSS Document */
/* basic fix for reference versions designed for 1024px wide screens when displayed on wider screens */
body {
    max-width: 1024px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-position-x: center;
}