body {
	background:#005B90;
}

#intro {
	background:url("../img/intro.jpg") no-repeat;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#btnfr {
	background:url("../img/btnfr.jpg") no-repeat;
	display:block;
	position:absolute;
	left:195px;
	top:253px;
	width:136px;
	height:46px;
}

#btnfr:hover {
	background:url("../img/btnfrhover.jpg") no-repeat;
	left:183px;
	top:209px;
	width:162px;
	height:137px;
}

#btnen {
	display:block;
	background:url("../img/btnen.jpg") no-repeat;
	position:absolute;
	left:458px;
	top:253px;
	width:136px;
	height:46px;
}

#btnen:hover {
	background:url("../img/btnenhover.jpg") no-repeat;
	left:446px;
	top:209px;
	width:162px;
	height:137px;
}