body {	
	font-family: BauhausC-Medium;
	font-size: 20px;
	color: #FFC;
	
    
}
@font-face {
    font-family: BauhausC-Medium; /* Имя шрифта */
    src: url(../FONTS/bhs55c.ttf); /* Путь к файлу со шрифтом */
}
#parent {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: url(../IMG/ealex1024.jpg) center center no-repeat;	
}
#floater {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -200px;	
}
#content {
	width: 500px;
	clear: both;
	margin: auto;
	text-align: center;
	height: 300px;
}
#futher {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
    height: 100px;
	width: 500px;
	clear: both;
	margin: auto;
	text-align: center;
}

a {
	font-family: BauhausC-Medium;
	font-size: 18px;
	color: #C9BBAE;
}
h1,h2,h3,h4,h5,h6 {	
	font-family: BauhausC-Medium;
}

h1 {
	font-size: 30px;
	color: #FFF;
}

h2 {
	font-size: 18px;
	color: #DDD8D4;
}

h3 {
	font-size: 18px;
	color: #F0F0F0;
}