body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_leaf2.gif);
	background-repeat: repeat;
}
#splash_con {
	background-image: url(../images/splash.jpg);
	height: 880px;
	width: 960px;
	margin: auto;
	position: relative;
}
a {
	border: 1px solid #999;
	height: 55px;
	width: 190px;
	cursor: pointer;
}

a:hover{
	border: 2px solid #06C;	
}

#fr {
	position: absolute;
	top: 560px;
	right: 28px;
}
#eng {
	position: absolute;
	left: 28px;
	top: 560px;
}

