@CHARSET "UTF-8";

body {
	background: #2c2c2c url('/images/home_body_bg.jpg') top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1,h2 {
	margin: 0;
	padding: 0;
}

ul.countries {
	list-style: none;
	text-indent: -4000px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

ul.countries li {
	width: 80px;
	height: 94px;
	margin: 0 10px;
	padding: 0;
	background-image: url('/images/homepage_flags.jpg');
	background-repeat: no-repeat;
	float: left;
}

ul.countries li  a {
	width: 80px;
	height: 50px;
	border: 0px none;
	cursor: pointer;
	display: block;
}

li.AU {
	background-position: 0 0;
}

li.NL {
	background-position: -292px 0;
}

li.UK {
	background-position: -94px 0;
}

li.CH {
	background-position: -98px 0;
}

li.CHF {
	background-position: -198px 0;
}

li.SA {
	background-position: -392px 0;
}

li.IR {
	background-position: -589px 0;
}

li.GR {
	background-position: -589px 0;
}

li.PT {
	background-position: -491px 0;
}

// -392 -94 -196 -292 -491 -589