body {
	margin: 0 auto;
  color: #000000;
	background: url(../img/background.png);
	background-color: #ffffff;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left bottom; 
}

#content {	
  background-color: #ffffcc;
  border: 5px solid #7E5109;
}

#demobacklink a {
	color: #eee6d6;
}

ul {
/*	list-style-image: url(/img/siteframe/dot.gif); */
	list-style-position: outside;
}
