@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;
	min-height: 100%;}

#contentScope{
	text-align:left;
	height:auto;
	padding:0px;
	/*
	padding-top: 123px;
	padding-right: 0px;
	margin-bottom: 123px;
	padding-left: 0px;*/
}

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