body {
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
}
.welcomeTableTop{
	background-image: url(../images/bg_page_centre.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left bottom;
}
.welcomeTableBottom{
	background-image: url(../images/bg_page_centre.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
}
.footerText{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.footerText a:link {
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	text-decoration: none;
}
.footerText a:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	text-decoration:none;
}.footerText a:hover {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFF00;
	text-decoration: none;
}

