html, body {
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #800000;
}

wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

header {
    width: 100%;
    height: 200px;
    margin-bottom: 10pxM
    }
    header img {
        width: 150px;
        float: left;
    }
    header h1 {
        color: white;
        margin-top: 0px;
        line-height: 125px;
        font-size: 45pt;
        font-family: serif;
    }

content: {
    width: 100%;
    }
    content div.text {
        color: yellow;
        font-size: 24pt;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    content div.text2 {       
        color: white;
        font-size: 14pt;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    content div.sh1 {
        width: 400px;
        float: left;
        height: 200px;
    }
    content div.sh2 {
        width: 200px;
        float: left;
        margin-left: 100px;
        height: 200px;
    }
footer {
    clear: both;
    display: block;
}
