
a#aus_button:link, a#aus_button:active, a#aus_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('aus-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#aus_button:hover {
	background-position: -68px;
}

a#be_button:link, a#be_button:active, a#be_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('be-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#be_button:hover {
	background-position: -68px;
}

a#ca_button:link, a#ca_button:active, a#ca_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('ca-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#ca_button:hover {
	background-position: -68px;
}

a#nl_button:link, a#nl_button:active, a#nl_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('nl-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#nl_button:hover {
	background-position: -68px;
}

a#de_button:link, a#de_button:active, a#de_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('de-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#de_button:hover {
	background-position: -68px;
}

a#uk_button:link, a#uk_button:active, a#uk_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('uk-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#uk_button:hover {
	background-position: -68px;
}

a#us_button:link, a#us_button:active, a#us_button:visited {
	display: block;
	width: 68px;
	height: 50px;
	background-image: url('us-flag2.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom:0;
}

a#us_button:hover {
	background-position: -68px;
}

table.countries {
	width:210px;
	margin-left: 175px;
	margin-right: auto;
}
table.countries td {
	width:70px;
}




