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

#container {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(images/naked-background.jpg);
	background-repeat: no-repeat;
	height: 650px;
	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: 380px;
}
#aboutus_line {
	margin-bottom: 20px;
}
#english {
	width: 350px;
	text-align: right;
	margin-bottom: 0 auto;
	margin-left: 0px;
	float: left;
}
#center {
	width: 100px;
	float: left;
}
#french {
	width: 350px;
	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;
}
