

<!--Positioning of header of page -->
#header {
position: absolute;
top: 0px;
left: 0px;
width: 800px;
}


<!--Positioning of content of page (below nav bar) -->
#content {
position: absolute;
background-color: #ffffff;
color: #000000;
top: 170px;
left: 0px;
width: 100%;
}


<!--Positioning of contact info for mailing list index page  -->
#contactinfo {
position: absolute;
background-color: #ffffff;
color: #000000;
top: 400px;
left: 0px;
width: 800px;
height: 30px;
border-bottom: 2 solid #000000;
border-top: 2 solid #000000;
padding: 3px;
overflow: visible;
}



<!--Positioning of contact info for mailing list thanks page  -->
#thanksinfo {
position: absolute;
background-color: #ffffff;
color: #000000;
top: 400px;
left: 0px;
width: 800px;
height: 30px;
border-bottom: 2 solid #000000;
border-top: 2 solid #000000;
padding: 3px;
overflow: visible;
}



<!--Positioning of contact info for bottom of page  -->
#bottomcontactinfo {
position: absolute;
background-color: #ffffff;
color: #000000;
top: 2675px;
left: 0px;
width: 800px;
height: 30px;
border-bottom: 2 solid #000000;
border-top: 2 solid #000000;
padding: 3px;
overflow: visible;
}

