#bcgrnd {
	background: #FFFFFF url("./Background.png")  repeat-y;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 820px;
	height: 100%;
	}
a:link { color: black;  text-decoration: none; }
a:active { color: blue;  text-decoration: underline; }
a:visited { color: black; text-decoration: none; }
a:hover { color: blue;  text-decoration: underline;}

#main {
	background: transparent url("./Background-reverse.png") right repeat-y;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 820px;
	height: 100%;
	}
	
body {
	text-align: center;
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 820px;
        font-family: Georgia,PalatinoLinotype,sans-serif; 
        }
	
html {
	margin: 0px;
	padding: 0px;
	background: #fff0ab;}
