div#containerContent{
	background:url(/images/bg-home.png) no-repeat center ;
	background-color:#FFFFFF;
	height:475px;
	padding-top:10px;
}
div#containerFlash{
/*	background-color:#fefefe;*/
	float:right;
	/*filter: alpha(opacity=75);*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	/*-moz-opacity: 0.75;*/
	height:250px;
	margin:50px 2px 0 0;
	width:500px;
}
div#containerActionCalls{
	clear:both;
	padding:35px 0 0 0;
}
div#actionCommercial{
	background:url(/images/bg-comm-action.png) no-repeat;
	float:left;
	margin-left:40px;
	position:relative;
	width:249px;
}
div#actionCommercial h3{
	color:#e9e077;
	border-bottom:dotted 1px #e9e077;
	text-align:center;
	margin:0 15px 5px 15px;
	padding-top:10px;
	z-index:1;
}
div#actionHome{
	background:url(/images/bg-home-action.png) no-repeat;
	float:left;
	margin-left:40px;
	position:relative;
	width:249px;
	z-index:1;
}
div#actionHome h3{
	color:#e9e077;
	border-bottom:dotted 1px #e9e077;
	text-align:center;
	margin:0 15px 5px 15px;
	padding-top:10px;
	z-index:1;
}
div#actionGreen{
	background:url(/images/bg-green-action.png) no-repeat;
	float:right;
	margin-left:40px;
	position:relative;
	width:249px;
}
div#actionGreen h3{
	color:#e9e077;
	border-bottom:dotted 1px #e9e077;
	text-align:center;
	margin:0 15px 5px 15px;
	padding-top:10px;
}
span.tempTxt{
	color:#f03333;
}