@font-face {
	font-family: 'FlemishScript BT';
    src: url('css/FlemishScriptBT.eot?#iefix') format('embedded-opentype'),
		 url('css/FlemishScriptBT.woff?') format('woff'),
		 url('FlemishScriptBT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	height:100%;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: hidden!important;
	background-repeat:no-repeat;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#b3b39c;
	font-size: 100%;
}

.div-preload-back{
	right:0px;
	bottom:0px;
	width: 0px;
	height:0px;
}

.top {
	width: 100%;
	text-align: center;
}

.logo {
	max-width: 310px;
}

.foot {
	width : 100%;
	height : 140px;;
	text-align : center;
	position:absolute;
	bottom:0;
	padding-top: 10px;
	background-image: url('../images/back-line.png');
}

.social{
	padding-top: 5px;
	height: 36px;
}
.socialicon{
	width: auto;
	max-width: 36px;
}

.link{color:#b3b39c; font-style:normal; font-weight:none; text-decoration: none;}
a.link:link {color: #b3b39c; text-decoration: none;}
a.link:active {color: #b3b39c; text-decoration: none;}
a.link:hover {color: #b3b39c; text-decoration: underline; }
