html{
	direction: rtl;
	font-family: 'fb_metali';
	font-weight: normal;
	background: #ffffff;
	height: 100%;
}

body{
	width: 800px;
	height: 800px;
	margin: 0 auto;
	background: url('https://www.mygenesis.co.il/fb/glentz/images/sofa.png') center bottom no-repeat;
}

/* classes */
.ft_grid{
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

.ft_clearfix:after{
	content: ' ';
	display: table;
	clear: both;
}

/* header */
#ft_header{
	padding: 20px 0 10px;
	background-color: #1E1E1E;
}

#ft_header h1{
	text-align: center;
	font-size: 28.52px;
	color: #FFFFFF;
}

#ft_header h1 b{
	text-align: center;
	font-size: 57px;
	color: #FFFFFF;
	display: block;
}