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

#container {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(images/naked-background.jpg);
	background-repeat: no-repeat;
	height: 750px;
	width: 800px;
	margin: auto;
	background-color: #FFF;
	background-position: center top;
}
#container h1 {
	position: absolute;
	top: -500px;
}
#top_banner {
	text-align: center;
}
#main_image {
	margin-top: 20px;
	height: 500px;
}
#partners_line {
	margin-bottom: 20px;
}
#bcd, #iata, #amadeus, #cpk, #wari {
	height: 86px;
	width: 800px;
}
#bcd_english, #iata_english, #amadeus_english, #cpk_english, #wari_english {
	width: 340px;
	text-align: right;
	margin-bottom: 0 auto;
	margin-left: 0px;
	float: left;
}
#bcd_logo, #iata_logo, #amadeus_logo, #cpk_logo, #wari_logo {
	width: 120px;
	float: left;
}
#bcd_french, #iata_french, #amadeus_french, #cpk_french, #wari_french {
	width: 340px;
	text-align: left;
	margin-bottom: 0 auto;
	margin-right: 0px;
	float: left;
}
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
}
#legal_notice {
	width: 800px;
	font-family: "Comic Sans MS", cursive;
	font-size: 70%;
	color: #171964;
	text-align: center;
	margin-top: 40px;
}