

/* background styles  */

body { 
background:url('gradient_bg.png') repeat-x #8CC63F;
	margin: 20px 0 20px 0;
	font-family: arial, helvetica, sans-serif;
}

.background { 
	background:url('bg_drop.png') repeat-y center;
	margin: 0px;

}

.bottom_cap { 
	background: url('bottom_cap_drop.png') no-repeat center;
	height: 46px;
	margin: 0px auto;
}

.top_cap { 
	background:url('top_cap_drop.png') no-repeat bottom center;
	height: 28px;
	margin: 0px auto;
}