body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	color:#000000;
}

a{text-decoration: none; color: #dddddd;}
a:visited{text-decoration: none; color: #dddddd;}
a:active{text-decoration: none; color: #dddddd;}
a:hover{text-decoration: none; color: #660000;}



#flags {
	width:108px;
}

#flags div {
	float:left;
	margin:5px;
	width:24px; height:17px;
	position:relative;
	background:#999;
}

#flags a {
	width:22px; height:15px;
	position:absolute;
	top:1px; right:1px;
}

#flag_fr a {
	display:block;
	background:url('../../fr/fr_off.jpg') no-repeat;
}

#flag_fr a:hover {
	background:url('../../fr/fr.jpg') no-repeat;
}

#flag_fr a.on {
	background:url('../../fr/fr.jpg') no-repeat;
}

#flag_uk a {
	background:url('../../uk/uk_off.jpg') no-repeat;
}

#flag_uk a:hover {
	background:url('../../uk/uk.jpg') no-repeat;
}

#flag_uk a.on {
	background:url('../../uk/uk.jpg') no-repeat;
}

#flag_kr a {
	background:url('../../kr/kr_off.jpg') no-repeat;
}

#flag_kr a:hover {
	background:url('../../kr/kr.jpg') no-repeat;
}

#flag_kr a.on {
	background:url('../../kr/kr.jpg') no-repeat;
}

#footer {
	clear:both;
}

#footer a {
	color:#999;
}