@charset "ISO-8859-1";

body {
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
}

h1 {
    text-align: center;
}

p {
    line-height: 150%;
    text-align: justify;
}

img {
    border: 0;
}

