html,body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	height: 124px;
	background: url(../img/header.jpg) no-repeat center top;
}
#container {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	position: relative;
}
#container h1 {
	background: url(../img/head.gif) no-repeat left top;
	height: 22px;
	font-size: 14px;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

#flags {
	width: 1012px;
}

#flags .flag {
	float: left;
	width: 115px;
	height: 60px;
	overflow: hidden;
	margin: 44px 138px 0 0;
}
