@charset "UTF-8";
#wrapper {
    width: 414px;
    margin-right: auto;
    margin-left: auto;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: repeat;
    background-color: #6D0000;
}
#wrapper #header {
    height: 115px;
    background-color: #B20436;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#wrapper #content1 {
    margin-right: auto;
    margin-left: auto;
    width: 414px;
    height: 250px;
    text-align: justify;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#wrapper #text {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#wrapper #footer {
    width: nan
%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    text-align: center;
}
