@media tv, screen, projection {
	#headerContainer {
		position: absolute;
		top: 0px;
		left: 0px;
		margin-top: 30px;
		width: 100%;
		height: 200px;
		background-color:#666666;
		z-index: 10;
	}
	#headerStaticContainer {
		width: 950px;
		height: 175px;
		background-image:url(../images/waterbg.jpg);
		background-position:right;
		background-repeat:no-repeat;
	}
	#headerStaticContainer img {
		border: solid 1px white;
		border-bottom: none;
		border-top: none;
		width: 250px;
		height: 175px;
		float: left;
	}
	#headerStaticContainer h1 {
		display: inline;
		color:#EEEEEE;
	}
	#headerStaticContainer h2 {
		color: black;
		font-size: 16px;
		font-weight: bolder;
		font-family: "Comic Sans MS";
		padding-left: 10px;
		margin-top: 50px;
		margin-right: 60px;
		margin-left: 200px;
		background-color:#999999;
		border: solid 1px black;
	}
	#headerLine {
		width: 100%;
		height: 1px;
		color: #000000;
		background-color:#FFFFFF;
	}
}