body{
    background: url(../images/bluewp.jpg) fixed;
    background-color: black;
    font-family:'Courier New', Courier, monospace
}
.pageContainer{
    margin:auto;
    width:800px;
    padding:5px;
    position:relative;
    min-height:800px;
}
.back{
    width:215px;
    padding:5px;
    float:left;
}
.backtext{
    float:right;
    margin-top:15px;
}
a:link, a:visited {
    color:aqua;
    background-color: none;
    text-decoration:none;
}

a:hover{
    color:mediumaquamarine;
    background-color:none;
    text-decoration:none;
}
.header{
    background-color:rgb(00,00,00,0.7);
    width:780px;
    padding:5px;
    border: darkslateblue double 5px;
    border-top-left-radius: 20px;    
    border-top-right-radius: 20px;    
}
.main{
    background-color:rgb(00,00,00,0.7);
    height:600px;
    width:780px;
    padding:5px;
    margin-top:5px;
    border: darkslateblue double 5px;
}
.footer{
    background-color:rgb(00,00,00,0.7);
    height:180px;
    width:780px;
    padding:5px;
    margin-top:5px;
    border: darkslateblue double 5px;
    border-bottom-left-radius: 20px;    
    border-bottom-right-radius: 20px;
}
h1, p, h2{
    color:aqua;
}
.left{
    float:left;
    width:450px;
}
.right{
    float:right;
    width: calc(100% - 450px);
}