html,body{margin:0;padding:0}
body{
	font: 85%/1.3 Verdana,Arial,sans-serif;
	text-align: center;
	padding-bottom:20px;
	background: #FFFFFF;	
}
div#container{
	width:784px;
	text-align:center;
	height: auto;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
div#splashimg {
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 0px;
	margin-top: 80px;
	text-decoration: none;
}
div#languages {
	margin-top: 80px;
	padding: 0px;
	height: 120px;
}
div#l1 a {
	text-decoration: none;
	padding: 0px;
	font-size: 140%;
	color: #356A9F;
	font-weight: bold;
	font-style: oblique;
	margin-right: 240px;
}
div#l2 a {
	text-decoration: none;
	padding: 0px;
	font-size: 140%;
	color: #4986C2;
	font-weight: bold;
	font-style: oblique;
	position: relative;
	top: -14px;
	margin-left: 6px;
}
div#l3 a {
	text-decoration: none;
	padding: 0px;
	font-size: 140%;
	color: #67A4D6;
	font-weight: bold;
	font-style: oblique;
	margin-left: 240px;
	top: -28px;
	position: relative;
}
div#l1 a:hover, div#l2 a:hover, div#l3 a:hover {
	color: #003366;
}

