/* set logo on right sight of the screen */
header a {
    background-position: right
}

/* first for IE 4–8 */
@font-face {
  font-family: UnitWeb;
  src: url("UnitWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: UnitWeb;
  src: url("UnitWeb.woff") format("woff");
}

/* go on with normal style definitions */
body { 
  font-family: UnitWeb, sans-serif;
}

legend {
	font-family: UnitWeb, sans-serif;
}

span {
	font-family: UnitWeb, sans-serif;
}