html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../gfx/bfa/index_bg2.jpg) repeat;
}
 
* {
	margin: 0 auto;
	padding: 0;
}


div#bg {
	height:50%;
	width:100%;

	left:0;
	position:absolute;

	display:block;
	background:#f9e7af;
	top:-350px;
	left:0;
}

div#content {
	width:950px;
	height:700px;
	position:relative;
	margin:0 auto;

	background: url(../gfx/bfa/index_h.jpg) no-repeat center 0;
}

a img {
	border: 0;
}

div#boxes {
	top: 170px;
	left: 32px;
	position: absolute;
}

div#boxes a {
	margin-right: 6px;
}


div#links {
	top: 545px;
	left: 72px;
	position: absolute;
}

div#links a {
	margin-right: 48px;
}




div#langs {
	top: 145px;
	left: 432px;
	position: absolute;
}

div#langs a {
	margin-right: 3px;
	
}

div#langs a img {
	border: #9b9175 1px solid;
}
div#langs a:hover img {
	border: black 1px solid;
}

div#footer {
	top: 630px;
	position:absolute;
	width: 950px;
	left: 6px;
	height: 15px;
	font: 10px Tahoma;
	color: #3d3d3d;
	background: url(../gfx/bfa/index_line.gif) no-repeat center top;
}

div#footer #sp1 {
	left: 34px;
	position:absolute;
	top: 3px;
}

div#footer #sp2 {
	right: 34px;
	position:absolute;
	top: 3px;
}



div#footer a {
	font: 10px Tahoma;
	color: #3d3d3d;
	text-decoration:none;
}


div#x {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -350px;
	float: left;
	
}
 
div#a {
	width: 100%;
	height: 700px;
	clear: both;
	position: relative;
	top: -350px;
	z-index:20;
	background: transparent url(../gfx/bfa/index_bg1.jpg) repeat-x center center;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */

}
 
 

