.welcome_rect {	
	width: 535px;	
	position: relative;
	padding-top:65px;
	padding-left:25px;	
}
.welcome_rect .background {
	background-color:#FFFFFF;
	width: 535px;	
	position: relative;
}
.welcome_rect .TR2 {	
	background:url(../rounded_rectangles/content/WR_TR.gif)
	top right no-repeat;
	position:relative;
	top: 56px;
	left: 15px;			
}	
.welcome_rect .BL2 {	
	background:url(../rounded_rectangles/content/WR_BL.gif)
	bottom left no-repeat;
	position:relative;	
}
.welcome_rect .BR2 {
	background:url(../rounded_rectangles/content/WR_BR.gif)
	bottom right no-repeat;
	position:relative;
	height:235px;		
}
.welcome_rect .T2 {
	background:url(../rounded_rectangles/content/WR_T.gif)
	top left repeat-x;
	position:relative;		
}
.welcome_rect .B2 {
	background:url(../rounded_rectangles/content/WR_B.gif)
	bottom left repeat-x;
	position:relative;			
}	
.welcome_rect .L2 {
	background:url(../rounded_rectangles/content/WR_L.gif)
	top left repeat-y;
	position:relative;
	
}
.welcome_rect .R2 {
	background:url(../rounded_rectangles/content/WR_R.gif)
	top right repeat-y;
	position:relative;	
}
.welcome_rect .welcome {	
	background:url(../rounded_rectangles/content/WELCOME.jpg)
	top left no-repeat;
	position:relative;
	top: -56px;
	left: -15px;		
}
