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


/* Splash */

body {
	text-align: center;
	}

div.splash {
	background: url(../images/splash.png) no-repeat;
	height: 250px;
	width: 410px;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	}
	
#english {
	float: left;
	position: relative;
	top: 185px;
	left: 70px;
	border: 0;
	}
	
#french {
	float: left;
	position: relative;
	top: 185px;
	left: 190px;
	border: 0;
	}
