/* CSS Document */

body, html{
	height: 100%;
	background-color: #ffffff;
	overflow:auto;
	max-width: 100%;
	margin:0px;
	padding: 0px;
}

*{
	font-family: "Futura LT", "Futura Std", Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#placeholder{
	width: 100%;
	overflow:hidden;
	height: 100px;
	vertical-align:middle;
}

#placewrap{
	width: 100%;
	min-width: 560px;
	overflow: hidden;
	max-height: 100%;
}

#centerlogo{
	vertical-align:middle;
	background-color: #222;
	width: 100%;
	height: 60px;
	margin-top: 160px;
	max-height: 60px;
	text-align:center;
	padding: -2px;
	vertical-align:bottom;
}

#centerlogo h2{
	font-size:61px;
	marin-top: -10px;
	line-height: 80%;
	text-align:center;
	vertical-align:bottom;
	color:#FFF;
	top: -5px;
}

#subscript{
	width: 100%;
	text-align:center;
}

#subscript span{
	margin-left: 260px;
	min-width: 560px;
	overflow:hidden;
}