/* CSS Document */
* { margin:0; padding:0;}
body {
	background: url(images/bg.gif) repeat-x top #e1e3e2
}
.main{
	margin:0 auto;
	text-align:left;
	width:980px;
	position:relative;
	z-index: 9999;
}
.right_bgd {
	top:54px;
	right:202px;
	width:560px;
	height:300px;
	background:url(images/tall_top_right.gif) left top repeat-x;
	visibility: visible;
	z-index: 1;
	position: absolute;
}
