html{
	direction: ltr;
	font-family: 'Text Me One', arial;
	color: #000000;
	background: #ffffff;
}

body{
	min-width: 800px;
}

/* Classes */
.ft_grid{
	width: 800px;
	height: auto;
	margin: 0 auto;
}

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

/* Page Container */
#ft_page_container{
	width: 800px;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
}

/* Header */
#ft_header{
	background: url('https://mygenesis.co.il/fb/mlr/img/lady_on_couch.png') center center no-repeat;
	background-size: cover;
	min-height: 221px;
	text-align: center;
}

.ft_header_logo{
	display: inline-block;
	margin-top: 40px;
}

/* Main */
#ft_main_section{
	min-height: 545px;
	background: url('https://mygenesis.co.il/fb/mlr/img/hamsas.png') center bottom no-repeat;
}