body {
    background: linear-gradient(#9ebdd0, #cfe1ec) no-repeat;
    background-size: 100% 100px;
    background-color: #cfe1ec;
    font-family: 'trebuchet ms', arial, verdana, sans-serif;
}
header {
    background: linear-gradient(to bottom, #17bb00 0%,#12a000 50%,#119801 51%,#0d8300 100%);
    width: 790px;
    background-color: #18bc00;
    margin: 0 auto;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    color: #404040;
    font-size: 12px;
    position: relative;
    top: 10px;
}
header img {
    float: left;
    height: 170px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    margin: 25px 20px 25px 35px;
}
header h1 {
    font-size: 34px;
    margin: 25px 0 0 0;
    padding:0;
    height: 40px;
}

header h2 {
    font-size: 18px;
    font-style: italic;
    margin:10px 0 0 0;
    padding:0;
    height: 30px;
}
header table {
    margin: 15px 0 20px 0;
    height: 80px;
}
header p {
    margin: 20px;
}
article {
    background-color: white;
    border-radius: 0 0 7px 7px;
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    width: 730px;
}
footer {
    margin: 4px auto 0;
    width: 750px;
    text-align: center;
    color: #A5C2D4;
    font-size: 12px;
    margin: 5px auto;
    width: 730px;
}
footer a {
    color: #A5C2D4;
}
