body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	font-size: 11px;
	color: #66cc00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66cc00;
}
a:hover {
	text-decoration: underline;
	color: #66cc00;
}
a:active {
	text-decoration: none;
	color: #66cc00;
}


#holder {
margin-left: auto;
margin-right: auto;
margin-top: 20%;
width: 425px;
height: 210px;
background-image: url(en/images/splash_bkg.gif);
background-repeat:no-repeat;
}

#links {
margin-left: 220px;
padding-top: 35px;
vertical-align: top;
}
