	html {
	 	width: 100%;
	  	height: 100%;
	}

	body {
		height: 100%;
		width: 100%;
		min-height: 100%;
	}

	div.logo {
		position: absolute;
		top: 50%;
		left: 100%;
		margin: -26px 0px 0px -210px;
		width: 190px;
		height: 52px;
		background: #f4f4f4 url('/images/logo.jpg') no-repeat;
	}

	div.header {
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}

	p.people {
		position: absolute;
		top: 100%;
		height: 42px;
		width: 475px;
		margin: -42px 0px 0px 10px;
		font-family: Tahoma;
		font-weight: bold;
		color: #ff6400;
		font-size: 28px;
	}

	p.people span.our {
		color: #367975;
		font-size: 34px;
	}

	div.info {
		position: absolute;
		top: 100%;
		width: 450px;
		height: 120px;
		margin: -190px 0px 0px 515px;
	}

	div.info dl {
		font-size: 10px;
	}

	div.info dl dt {
		float: left;
		padding-right: 5px;
		color: #005751;
		font-weight: bold;
	}

	div.info dl dd {
		color: #e15800;
	}

	div.header div.arrow {
		position: absolute;
		top: 100%;
		padding-top: 48px;
		font-size: 10px;
		color: #00524c;
		background: url('/images/arrow.gif') no-repeat;
	}

	div.header div.arrow a {
		font-weight: bold;
		color: #e15800;
	}

	div.play-text {
		position: absolute;
		top: 100%;
		left: 215px;
		margin-top: -100px;
		font-size: 12px;
		color: #fff;
	}

	div.play-text a {
		color: #fff;
	}
