/* CSS Document */
a img {
   border: 0px;
}

body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg-index.png);
	background-repeat:repeat;
}

#bg-index,#bg-index-1,#bg-index-2,#bg-index-3,#bg-bottom{
	width:800px;
	height:631px;
	margin:0 auto;
	/*background:#fff;*/
}
#bg-index-1{
	background:url(images/bg-index-c-1.jpg) 0 0 no-repeat;
}

#bg-index-2{
	background:url(images/bg-index-c-2.jpg) 0 180px no-repeat;
}

#bg-index-3{
	background:url(images/bg-index-c-3.jpg) 0 390px no-repeat;
}
	
#bg-bottom{
	background:url(images/index.png) 214px 432px no-repeat;
}

#flags{
	width:800px;
	position:relative;
	padding-top:570px;
	text-align:center;
}

div img{
	border:0;
	margin:0 5px 0 5px;
}	
