@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div {
	width:100%;
}
#container {
	width:870px;
	margin:10px auto;
}
	#banner {
		height:98px;
		background:url(../images/prehome_banner.gif) no-repeat;
	}
	#lang {
		padding:5px 0;
	}
		#lang img {
			margin-right:10px;
		}
		#flags {
			width:150px;
			float:left;
		}
		#abds {
			width:300px;
			float:right;
			text-align:right;
			font-weight:bold;
		}
	#imagesSlideshow {
		height:370px;
	}
	#menu {
		margin-top:15px;
	}
		#menu img {
			border:0;
			margin-right:-2px;
		}
	#footer {
		height:178px;
		background:url(../images/prehome_footer.gif);
		text-align:center;
	}
		#buttonCont {
			background:yellow;
			margin-bottom:10px;
		}
			.footerButt {
				width:30%;
				height:152px;
				margin:10px 2% 0 0;
				float:left;
				color:white;
				font-weight:bold;
			}
		#copyright {
			/*margin-top:25px; */
			clear:both;
			color:white;
			font-size:10px;
			letter-spacing:1px;
			text-align:center;
			background:#a1c72c;
			height:25px;
		}
