body {
	background-color: #b8e54f;
	font-family: arial, sans-serif;
  	font-size: 11px;
  	color: #627e46;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #627e46;
  font-weight: bold;
}


#intro
{
	width:632px;
	height:419px;
	margin: 0 auto;

	background-image: url(../images/intro.jpg);
	background-repeat: no-repeat;
}

#intro_logo
{
	width:457px;
	height:88px;
	margin: 0 auto;

	background-image: url(../images/intro_logo.jpg);
	background-repeat: no-repeat;
}

#flags_box {
	margin: 0 auto;
	width: 360px;
	margin-top:30px;
}

#flags_box img {
	display: inline;
	border-style: none;
	margin:0px;
}

div.img_sep {
	padding-right: 30px;
	display: inline;
}

#footer {
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: center;
}
