@font-face {
    font-family: 'ostrich_sanscondensed_light';
    src: url('ostrich-light-webfont.eot');
    src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-light-webfont.woff') format('woff'),
         url('ostrich-light-webfont.ttf') format('truetype'),
         url('ostrich-light-webfont.svg#ostrich_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
	}

body{
	text-align: center;
	font-family: "ostrich_sanscondensed_light"
}

.button {
	text-indent:0;
	border:10px solid #b0b0d4;
	display:inline-block;
	color:#000000;
	font-family:"ostrich_sanscondensed_light";
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;}