/*
	Remove HTML Defaults
*/

:link,:visited { text-decoration: none; }

ul,ol { list-style: none; }

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }

a img,:link img,:visited img { border:none; }

/*													*/

/* font-face */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/font-face/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/font-face/League_Gothic.ttf') format('truetype');
}

/* Basic Elements */

* {
	margin: 0; 
	padding: 0; 
}

body {
	text-align: center; 
	font-family: Helvetica, Arial, sans-serif; 
}

#zfc {
	width: 930px; 
	background: #FFFFFF url(images/bg.jpg) no-repeat center top; 
	
	margin: 0 auto; 
	padding: 30px; 
	
	font-size: 32px; 
	line-height: 45px; 
	
	text-shadow: 0 0 4px #FFFFFF, 0 0 8px #FFFFFF; 
}

	#zfc img {
		float: left;
	}
		#image-1 {
			margin: 0; 
		}
		#image-2 {
			clear: both; 
			margin: 30px 30px 0 0; 
		}
		#image-3 {
			margin: 60px 0 0; 
		}
	#zfc p {
		width: 450px; 
		margin: 0 0 0 30px; 
		text-align: left; 
		float: left; 

		color: #666666; 
		font-family: "LeagueGothicRegular", Helvetica, Arial, sans-serif; 
		letter-spacing: 1px; 	
	}
		#zfc p#s2 {
			margin-top: 360px; 
			color: #606060; 
		}
		#zfc p#s3 {
			clear: both;
			margin: 0; 
			float: none;  
			color: #888888; 
		}
	
	#zfc strong {
		font-weight: normal; 
		color: #79A9B9; 
	}
	
	#zfc #credit {
		clear: both; 
		text-align: center; 
		margin: 30px 0; 
		padding-top: 30px; 
		border-top: 1px solid #F3F3F3; 
		font-size: 24px; 
		line-height: 30px; 
		text-transform: uppercase; 
		color: #DDDDDD; 

		font-family: "LeagueGothicRegular", Helvetica, Arial, sans-serif; 
		letter-spacing: 1px; 	

	}
		#zfc h1 {
			font-weight: normal; 
			display: inline; 
			margin: 0; 
			padding: 0; 
		}
		#zfc #credit a, #zfc #credit a:visited {
			color: #CCCCCC; 
		}
		#zfc #credit a:hover {
			color: #79A9B9; 
		}
		#zfc #site, #zfc #credit #site a {
			font-weight: normal; 
			font-size: 18px; 
			line-height: 24px; 
			margin: 0; 
			padding: 0; 
			color: #666666; 
			letter-spacing: 4px; 
		}