/* CSS Document */

#flash #decisioncanada { height: 234px; width: 550px; background: #000 url(../images/bg-decisioncanada.jpgg") no-repeat 0 0; }

#flash #outer {margin-top: 66px; height: 110px; width: 440px; overflow: hidden; position: relative; }
#flash #outer[id] {margin-top: 68px; display: table; position: static; height:112px; width: 440px; }

#flash #middle {position: absolute; top: 50%; } /* for explorer only*/
#flash #middle[id] {display: table-cell; vertical-align: middle; position: static;}

#flash #inner {position: relative; top: -50%; margin-left: 15px;} /* for explorer only */
/*#inner[id] {position: static;}*/
#flash #inner h2 {
	font-size: 21px;
	margin:0;
}
#flash #inner h2 a:link,
#flash #inner h2 a:visited,
#flash #inner h2 a:hover,
#flash #inner h2 a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	
#flash #inner h2 a:hover { text-decoration: underline; }


