@font-face { 
	font-family: goudybookletter1911; 
	src: url(fonts/goudybookletter1911.eot); 
	src: local("goudybookletter1911"), url(fonts/goudybookletter1911.ttf) format("truetype"); 
	}
@font-face { 
	font-family: epk; 
	src: url(fonts/epk.eot); 
	src: local("epk"), url(fonts/epk.ttf) format("truetype"); 
	}
body {
	/*background: url(images/clouds.png)*/
	font-family:epk;
	}
.title { 
	font-size:5em;
	color:#cecece;
	opacity:0.25;
	text-shadow: 2px 2px 2px #000;
	padding-bottom:0px;
	margin-bottom:0px;
	position:relative;
	left:33%;
	top:50px;
}
.subtitle {
	font-size:1.5em;
	color:#555;
	margin-top:0px;
	padding:0px;
	position:relative;
	left:55%;
	top:20px;
}
footer {
	color:#ccc;
	position:absolute;
	text-align:center;
	bottom:10px;
	width:100%;
	}