/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	color:#2299c6;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	position: relative;
	width:555px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
}

#logo {
	position: relative;
	width:515px;
	height:94px;
	padding-top:60px;
	padding-left:45px;
}

#msg {
	position: relative;
	width:555px;
	height:89px;
	padding-top:60px;
	text-align:center;
	background-image: url(images/ACTi-fd-msg.gif);
	background-repeat: no-repeat;
}

#signature {
	position: relative;
	width:555px;
	text-align:center;
	padding-top:50px;
	padding-bottom:60px;
	background-image: url(images/ACTi-fd-signature.gif);
	background-repeat: no-repeat;
	font-size: 0.75em;
	color: #4f4f4f;
}

#footer {
	position: relative;
	width:555px;
	text-align:center;
}

img{
	border:0px none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color:#2299c6;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color:#777777;
}

