a:link	  { 	color:#F7E6D2}
a:visited	  { 	color:#F0D7BA }
a:active	  { 	color: #FFFFF6}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #43423B url(topback.jpg) repeat-x;
}



#content {
	width: 1000px;
	margin: 0 auto;
	position: relative;			/* required */
	z-index: 2; 				/* only opera needs this! */
	background-color: transparent;		/* style the way you want */

}

#bg {
	width: 100%;					/* set half the width */
	height: 176px; 				/* height of image! */
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: transparent url(grad.gif) repeat-x;
}

#bigdiv {
	width: 100%;
	position: absolute;
	background-color: transparent;
	top:0;
	left:0;
}

