#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
    text-align:center;
	}
#rbroundbox_top {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("images/bubble_top.gif") no-repeat;
	display: inline;
	
	}
#rbroundbox {
	float: left;
	width: 690px;
	margin: 0;
	padding: 20px 30px 5px 40px;
	background: #ffffff url("images/bubble_bg_gradient.gif") bottom no-repeat;
	display: inline;
	text-align:left;
	}
	
#rbroundbox_bottom {
	float: left;
	width: 760px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url("images/bubble_bottom.gif") no-repeat;
	display: inline;
	}	
	
.image_index {
	float: right;
	width: 346px;
	height: 286px;
	margin: -10px 0 0 15px;
	padding: 0;
	background: url("images/main.gif") no-repeat;
	display: inline;
	}
}