@charset "utf-8";
/* CSS Document for a top and bottom fixed position created by sunas(R)- Susan Seel*/
body {
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 auto;
}
#bodyScope{
text-align:center;
margin: 0 auto;}

#contentScope{
text-align:left;
height:auto;}

#header { 
position: absolute; left: 0px; top: 0px; 
text-align:center;
padding:0px; }
div > div#header { position: fixed; }
#headerBox{ 
position:relative;
margin: 0 auto;
}
#footer { 
padding:0px;
position: absolute; right: 0px; bottom: 0px; }
div > div#footer { position: fixed; }
#footerBox{ 
margin: 0 auto;
}

pre.fixit { overflow:auto;border-left:1px dashed #000;border-right:1px dashed #000;padding-left:2px; }