body {
    background: url(../images/flowerwp.gif) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace;
    color: white;
}
.pageContainer{
    width:980px;
    min-height:930px;
    margin:auto;
}
.back {
    width:225px;
    float:left;
}
.backtext {
    float:right;
    margin-top: 30px;
    margin-right: 10px;
}
a:visited, a:link{
    color:blueviolet;
    background-color: none;
    text-decoration: none;
}
a:hover{
    color:rgb(68, 0, 68);
    background-color: none;
    text-decoration: none;
}
.header {
    width: 970px;
    margin:5px;
    color: white;
    height:80px;
    background-color:rgb(00,00,00,0.5);
}
.leftContainer{
    width:300px;
    margin:0px;
    padding:0px;
    float:left;
}
.rightContainer{
    width: calc(100% - 300px);
    margin: 0px;
    padding:0px;
    float:right;
}
.sotm{
    background-color:rgb(00,00,00,0.5);
    margin:5px;
    margin-right:0px;
    padding:5px;
    height:880px;
}
.content{
    background-color:rgb(00,00,00,0.5);
    margin:5px;
    margin-left:0px;
    padding:5px;
    height:880px;
}
.nav{
    width:460px;
}
