@font-face {
	font-family: "MyriadProExtened";
	src: url(fonts/MyriadPro-LightSemiExt.ttf) format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: "MyriadProExtened";
	src: url(fonts/MyriadPro-SemiboldSemiExt.ttf) format("truetype");
	font-weight: bold;
}


	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		padding: 0px;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		font-family: "MyriadProExtened",Verdana,Arial,Helevetica,Sans-Serif;
		font-weight: normal;

	}
	
	#content_holder {
		position: absolute;
		background-color: #464646;
		height: 130px;
		font-size: 10px;
		line-height: 15px;
		bottom: 0px;
		width: 100%;
	}

	#content1 {
		padding: 15px 5% 0px;
		margin: 0px;
		color: #DFDFDF;
		width: 55%;
		float: left;
	}
	
	#content2 {
		padding: 15px 5% 0px 0px;
		margin: 0px;
		color: #DFDFDF;
		width: 30%;
		float: left;
	}
	
	#content3 {
		padding: 0px 5% 15px;
		height: 20px;
		position: absolute;
		bottom: 0px;
		margin: 0px;
		color: #DFDFDF;
		width: 90%;
		text-align: left;
	}
	
	#content3 a {
		margin-right: 10px;
		display: inline-block;
	}
	
	#content3 img {
		margin-bottom: -4px;
	}
	
	
	strong {
		color: #FFFFFF;
	}
	
	#url_return {
		display: inline-block;
	}
	
	#url_return a {
		font-size: 12px;
		color: #9C9C9C;
		font-weight: bold;
		text-decoration: none;
	}
	
	#url_return a:hover {
		color: #FFFFFF;
	}
	
	