body {
		background-image: url('images/goldraindrops.jpg');
		background-repeat: repeat
}
.content {
	position:relative; /* Position is declared &quot;relative&quot; to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px outset;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
