* {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background-color: #000;
	background-image: url(imgs/band.jpg);
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px;
}

#title {
	width: 840px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	line-height: 14px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #fff;
}

.sup {
	font-size:10px;
	vertical-align: top;
	color: #fff;
	display: inline;
	position: relative;
	top: -3px;
	line-height: 3px;
}

.footer, .push {
	height: 195px;
}

.clear { clear: both; }

h3 {
	font-size: 12px;
	margin-left: 5px;
}

hr.header {
	width: 170px;
	height: 1px;
	border: none;
	border-top: 1px solid #999;
	margin: 5px 0;
}

#countryList {
	width:840px;
	margin: 0 auto;
	padding-top: 5px;
}

div.column {
	width: 170px;
	float: left;
	margin-right: 40px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li { margin: 1px 0; }

li a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 20px;
	padding: 2px 0;
	line-height: 18px;
}

li a:hover {
	background: #3876bb;
}

#map {
	width: 967px;
	height: 371px;
	margin: 0 auto;
}

#logoWrap {
	width: 900px;
	height: 122px;
	margin: 0 auto;
	text-align: right;
}

#copyright {
	height: 55px;
	text-align: center;
	font-size: 10px;
}

#bottomBar {
	height: 18px;
	background: #069;
	bottom: 0px !important;
	/*position:absolute\0/;*/

}

/***** COUNTRY FLAGS *****/
.flag {
	background-image: url(imgs/flags.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 5px;
	float: left;
	display: block;
}

#za { background-position: 0 0;}
#au, #nz { background-position: -20px 0; }

#id { background-position: -40px 0; }
#jp { background-position: -60px 0; }
#my { background-position: -80px 0; }
#sg { background-position: -100px 0; }
#kr { background-position: -120px 0; }

#de { background-position: -140px 0; }
#es { background-position: -160px 0; }
#fr { background-position: -180px 0; }
#it { background-position: -200px 0; }
#at { background-position: -220px 0; }
#uk { background-position: -240px 0; }

#ca { background-position: -260px 0; }
#mx { background-position: -280px 0; }
#us { background-position: -300px 0; }
#br { background-position: -320px 0; }
