body {
    margin: 50px 0px;
    padding:0px;
    text-align:center;
    font: 1.2em Arial, Verdana, Serif, Helvetica normal;
    background: #464c60 url(superbg.png) fixed;
    color: #fff;
}
header {
    padding-bottom: 0px;
    border-bottom: #2d395f  1px solid;
}
main {
    width:800px;
    margin:auto;
    text-align:center;
    padding:0px;
    border: #323b5c 1px solid;
    border-radius: 20px;
    background: #00022f url(superbg.png) center;
    box-shadow: 8px 8px 8px #1e1f2c; 
}
footer {
    width: 100%;
    text-align: left;
    border-top: #323b5c 1px solid;
    text-indent: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
h1, h2, h3, h4, h5, th {   
    text-shadow:3px 3px 3px #00022f;   
    color: #fff;
    text-align: center;
}
p {
    text-indent: 20px;
    margin: 20px;
    text-align: justify;
}