body {
	height: 540px;
}

/*#center {
	width: 643px;
}*/

/*object {
	visibility: hidden;
}*/

#main {
	position: absolute;
	background-image: url(../intro.jpg);
	background-repeat: no-repeat;
	z-index: 100;
	border: 0;
	padding: 0;
	height: 540px;
	width: 642px;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -321px;
	/*border: 1px solid orange;*/
}

#intro {
	position: relative;
	height: 480px;
	border: 1px solid white;
}

#bottom {
	position: absolute;
	/*border: 1px solid red;*/
	bottom: 8px;
	white-space: nowrap;
	right: 0;
	/*margin-top: 4em;*/
	text-align: right;
}

#french {
	left: 545px;
	top: 415px;
	width: 82px;
	height: 20px;
	position: absolute;
}
#french:hover {
	border-bottom: 2px solid white;
}

#english {
	left: 550px;
	top: 443px;
	width: 74px;
	height: 20px;
	position: absolute;
}
#english:hover {
	border-bottom: 2px solid white;
}
