html{
	direction: rtl;
	font-family: arial;
	color: #7A6A58;
	background: #ffffff;
}

body{
	min-width: 800px;
}

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

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

.ft_vmiddle:before{
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

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

/* Header */
#ft_header{
	background: url('../img/fabric.png') center center no-repeat;
	background-size: cover;
	min-height: 216px;
	text-align: center;
}

#ft_header_logo_wrapper{
    width: 342px;
    height: 209px;
    display: inline-block;
    background: url('../img/sticker.png') center center no-repeat;
    text-align: center;
    vertical-align: middle;
}

#ft_header_logo_wrapper img{
    display: inline-block;
    vertical-align: middle;
    top: -5px;
}

/* Main */
#ft_main_section{
	background: url('../img/main_bg.png') center center no-repeat;
}

#ft_main_section .ft_grid{
    min-height: 584px;
}

.ft_main_phone_container{
    text-align: center;
    display: block;
    width: 418px;
    margin-left: -209px;
    position: absolute;
    bottom: 11px;
    left: 50%;
}

.ft_main_phone_container a{
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    color: #808080;
}

.ft_main_phone_container:before, .ft_main_phone_container:after{
    content: ' ';
    width: 104px;
    border-bottom: 1px solid #808080;
    margin-top: 13px;
}

.ft_main_phone_container:before{
    float: right;
}

.ft_main_phone_container:after{
    float: left;
}