html, body {
	padding:0;
	margin:0;
	height:100%;
	background-image:url(bodyBg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:rgb(13,98,165);
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#main {
	position:relative;
	width:1200px;
	height:620px;
	margin:0 auto;
	background-image:url(mainBg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#img {
	position:relative;
	width:426px;
	height:327px;
	margin:0 auto;
	top:169px;
}
#flags {
	position:relative;
	width:340px;
	margin:0 auto;
	top:200px;
}
			img {
				border:0px;
			}