
@font-face {
	font-family: "MyriadProSemibold";
	src: url('../ttffont/MyriadPro-Semibold.otf') format('opentype');
} 

BODY{
	position: relative; 
	
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
/*	background-attachment:fixed;*/

    

	background-position: top center;
    
 background-color: #636a70;
 background-image: url(../images/index/alnyomfo1.jpg);
	
overflow-y: scroll;
overflow-x: hidden;
   	}



/*Back to top button */
#back-top {
	position: fixed;
	bottom: 20px;
	margin-left: 20px;
}
#back-top a {
	width: 74px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaaaaa;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: #bbbbbb url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #ffffff;
}
<!--
@font-face {
    font-family: "arial";
}
.categoryfont {
    font-family: "arial";
	font-size: 15px;
}
-->