html, body {
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:1.0em;
}
a, a img {
	outline:0;
	border:0;
	text-decoration:none;
	color:#da2127;
}

#center, #header, #flash {
	width:976px;
	padding:0 13px;
}
#center {
	margin:0 auto;
}


/* header */
#header, #header-right {
	height:22px;
}
#header-right {
	float:right;
	width:470px;
	margin-right:18px;
	text-align:center;
}
#languages {
	float:right;
}
#languages {
	font-size:0.75em;
}
#header-right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header-right ul li {
	float:left;
	display:block;
}
#languages ul li {
	width:30px;
	height:30px;
}
#languages ul li.activelang {
	background:url('../images/language_active.jpg') no-repeat top center;
}
#languages ul li a {
	color:#666;
	line-height:30px;
}
#languages ul li.activelang a {
	color:#999;
}

/* flash */
#flash {
	width:976px;
	height:660px;
	text-align:center;
}
.flash-replaced .alt {
	display:none;
}
