#welcome {
	width:554px;
	margin-bottom:9px;
	height:265px;
	}
#welcome_bkg {
	width:554px;
	background-image:url(../img/center_full.png);
	background-repeat:no-repeat;
	background-position:top;
	height:265px;
	}
#welcome_content {
	padding:15px 24px 0px 24px;
	text-align:justify;
	line-height:16px;
	}
/* AGENDA BOXES */
#agenda {
	width:554px;
	height:326px;
	background-image:url(../img/agenda.png);
	position:relative;
	z-index:1;
		background-repeat:no-repeat;
}
#agenda_content {
	width:554px;
	height:326px;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	overflow:hidden;
}
.agbox {
	width:149px;
	height:134px;
	position:absolute;
	z-index:6;
	overflow:hidden;
}
.agoverlay {
	left:0;
	top:0;
	position:absolute;
	z-index:7;
	width:149px;
	height:60px;
	background-image:url(../img/agbox_overlay_trans.png);
	background-repeat:no-repeat;
}
.agoverlay span {
	display:block;
	width:140px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	margin:4px;
}
#aglink1, #aglink2, #aglink3, #aglink4, #aglink5, #aglink6 {
display:block;
z-index:200;
position:absolute !important;
width:149px;
height:134px;
margin:0;
padding:0;
}
#agbox1, #aglink1 {
	left:29px;
	top:33px;
}
#agbox2, #aglink2 {
	left:196px;
	top:33px;
}
#agbox3, #aglink3 {
	left:363px;
	top:33px;
}
#agbox4, #aglink4 {
	left:29px;
	top:182px;
}
#agbox5, #aglink5 {
	left:196px;
	top:182px;
}
#agbox6, #aglink6 {
	left:363px;
	top:182px;
}
#agenda_mask {
	width:554px;
	height:326px;
	position:absolute;
	background-image:url(../img/agenda_mask_trans.png);
	left:0;
	top:0;
	z-index:10;
	background-repeat:no-repeat;
}
