img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
          
@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

#page-wrap {
    position: relative;
    width: 600px;
    margin: 100px auto;
    padding: 20px;
    background: white;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}

p {
    font: 15px/2 Georgia, Serif;
    margin: 0 0 30px 0;
    text-indent: 40px;
}

a:link {
    color: #000099;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000099;
}
a:hover {
    text-decoration: none;
    color: #000099;
}
a:active {
    text-decoration: none;
    color: #000099;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.style3 {
    color: #ea4335;
}

body,td,th {
    font-family: "Sarabun Regular";
}

.style4 {
color: #4285f4;
}
