#menu
{
	height:39px;
	background: url('../../images/en/menu.png') no-repeat;
	min-width:840px;
	margin:0px;
	padding:0px;
}

#menu a
{
	display:block;
	float:left;
	width:120px;
	height:39px;
	margin:0px;
	padding:0px;
}


#menu a:hover, #menu .other:hover
{
	position:relative;
	background: url('../../images/en/menu_hover.png') no-repeat;	
}



#buttons
{
	padding:10px;
	width:494px;
	height:366px;
	background: url('../../images/en/buttons.jpg') no-repeat;
	vertical-align:top;
}


