/*

 DTAS Welcome CSS

 Applied after: dtas.css
 
*/

#content {
	background: url(../images/design/content-hm-bg.jpg) 0px 0px no-repeat;
	width: 470px;
	height: 341px;
	padding: 63px 0px 10px 460px;
	/*background-color: yellow;*/
}
/* Standards compliant browsers recognise this height setting */
html>body div#content {min-height: 341px;}

h1.welcome {
	font-size: 16px;
	line-height: 16px;
}

div.flg {
	position: absolute;
	margin: 0px; border: 0px; padding: 0px;
	width: 124px;
	height: 100px;
}

div.flg-gb {top: 140px; left: 523px;}
div.flg-dl {top: 140px; left: 728px;}
div.flg-fr {top: 258px; left: 523px;}
div.flg-nl {top: 258px; left: 728px;}

div.flg img {
	position: absolute;
	margin: 0px; border: 0px; padding: 0px;
	top: 2px; left: 2px;
	width: 120px; height: 62px;
}

div.flg img:hover {
	top: 1px; left: 0px;
	width: 124px; height: 64px;
}

div.flg p {
	margin: 80px 0px 0px 0px; border: 0px; padding: 0px;
	font-size: 14px; line-height: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.flg p a {
	color: #FFFFFF;
	text-decoration: none;
}
div.flg p a:hover {color: #FFD511;}
