@font-face {
	font-family: "yekan";
	src: url("../fonts/yekan.eot"); /* IE9 Compat Modes */
	src: url("../fonts/yekan.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/yekan.woff") format("woff"), /* Modern Browsers */
	url("../fonts/yekan.ttf") format("truetype"); /* Safari, Android, iOS */
}
.center{
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
div.general_container{
	min-width:860px;
	padding:40px 0 52px 0;
	
	cursor:default;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}