body {
    background-color: #3E78C9;
    font-size: 110%;
    font-family: Arial, Helvetica, sans-serif;
}

div.main {
    background-image: url("./images/siteLogo_sm.png");
    background-position: 1% 25%;
    background-repeat: no-repeat;
    padding:20px;
    background-color: white;
    min-height: 300px;
    min-width: 500px;
    border-radius: 0px 0px 25px 25px;
}

div.title {
    background-color: #7AA9BD;
    width: 100%;
    min-width: 500px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.message {
    margin-left: 300px;
    padding-top:25px;
    vertical-align: middle;
}