@font-face {
    font-family: 'TrSahPresidentPlain';
    src: url('trsah_president_plain-webfont.eot');
    src: url('trsah_president_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('trsah_president_plain-webfont.woff') format('woff'),
         url('trsah_president_plain-webfont.ttf') format('truetype'),
         url('trsah_president_plain-webfont.svg#TrSahPresidentPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	padding:0;
	margin:0;
	zoom:1;
}
body{
	font-size:100%;
	font-family:Baskerville, Times New Roman, Times
}
h1{
	font:2em/1 TrSahPresidentPlain, sans-serif;
	color:#999;
	text-shadow:0 0 10px #aaa;
	text-align:center;
	margin:0 auto;
	*padding-top:10px;
}
#wrapper{
	width:600px;
	margin:50px auto;
}

#content p{
	background:url(leaf.png) no-repeat center 20px;
	padding:70px 0;
	text-align: center;
	line-height:1.6;
	font-size:1..05em;
	color:#444;
}
