@font-face {
    font-family: 'AdobeJensonProLight';
    src: url('fonts/ajensonpro-lt-webfont.eot');
    src: url('fonts/ajensonpro-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ajensonpro-lt-webfont.woff') format('woff'),
         url('fonts/ajensonpro-lt-webfont.ttf') format('truetype'),
         url('fonts/ajensonpro-lt-webfont.svg#AdobeJensonProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
body {
	background-attachment: fixed;
	background-image:  url(grafikak/hatter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: normal;
	line-height: 28px;
	font-family: "AdobeJensonProLight";
	font-size: 10px;
}
p {
	font-family: "AdobeJensonProLight";
	font-size: 16px;
}
#FixLayer{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:10px;
}
#FixLayerContent{
	width:990px;
	margin:0 auto 0 auto;
	position:relative;
}
#leftFixLayer {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	width: 180px;
	height: 100px;
}
#rightFixLayer {
	display:block;
	position:absolute;
	top:30px;
	right:70px;
	width: 180px;
	height: 100px;
}
