@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Arial;
	font-size: 10px;
	color: #666;
}
body {
	margin:0;
	background-color: #161616;
	background-image: url(front/gray29.jpg);
}
#center {
	height:580px;
	background-image: url(front/strip580.jpg);
	background-repeat: repeat-x;
}
#center #content {
	height:580px;
	width:980px;
	margin: 0 auto;

}
#center #logo {
	height:180px;
	width:534px;
	display:block;
	background-image:url(front/center.png);
	background-repeat:no-repeat;
}
#mleft {
    position:relative;
	width:223px;
	height:180px;
}
.fr {
	width: 76px;
	height: 39px;
	display:block;
	background: url('front/menu/fr.png') no-repeat transparent;
	_background: url('front/menu/fr_ie.jpg') no-repeat transparent;
	background-position: 0 0;
	position: absolute;
	top: 43px;
	right: 0px;
}
.fr:hover{ background-position: 0 -39px; }

#mright {
    position:relative;
	width:223px;
	height:180px;
}
.en {
	width: 76px;
	height: 39px;
	display:block;
	background: url('front/menu/en.png') no-repeat transparent;
	_background: url('front/menu/en_ie.jpg') no-repeat transparent;
	background-position: 0 0;
	position: absolute;
	top: 43px;
	left: 0px;
}
.en:hover{ background-position: 0 -39px; }
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

