body{padding: 0px; margin: 0px; border: 0px; background-color: #EEEEEE;}
h1{padding: 0px; margin: 0px; border: 0px}
p{padding: 0px; margin: 5px; border: 5px}

#titlebar{
position: absolute;
text-align: center;
top: 20px;
border: 1px solid black;
height: 40px;
width: 1004px;
padding: 10px;
left: 50%;
margin-left: -512px;
background-color: #BABA90;}

#navigationbar{
position: absolute;
top: 81px;
border: 1px solid black;
height: 15px;
width: 1020px;
padding: 2px;
left: 50%;
margin-left: -512px;
background-color: #C0C0A0;}

#linksbar{
position: absolute;
top: 101px;
border: 1px solid black;
height: 15px;
width: 1020px;
padding: 2px;
left: 50%;
margin-left: -512px;
background-color: #C0C0A0;}

#maindiv{
position: absolute;
text-align: left;
top: 121px;
border: 1px solid black;
bottom: 32px;
width: 1004px;
padding: 10px;
left: 50%;
margin-left: -512px;
background-color: #DADABA;}

#maindiv h2{
background-color: #C0C0A0;
padding: 3px 10px;
border-radius: 10px;}

#footerbar{
position: absolute;
bottom: 10px;
border: 1px solid black;
height: 15px;
width: 1018px;
padding: 3px;
left: 50%;
margin-left: -512px;
background-color: #BABA90;}

#backcanvas{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
z-index: -1;
}

