a.set1:link {text-decoration: none; color: #979696}
a.set1:visited {text-decoration: none; color: #979696}}
a.set1:active {text-decoration: none; color: #979696}}
a.set1:hover {text-decoration: underline; color: #cc0000}

a.set2:link {text-decoration: none; color:#5b5b5b}
a.set2:visited {text-decoration: none; color:#5b5b5b}
a.set2:active {text-decoration: none; color:#5b5b5b}
a.set2:hover {text-decoration: none; color:#5b5b5b}

a.npmedia:link {text-decoration: none; color: #000000}
a.npmedia:visited {text-decoration: none; color: #000000}
a.npmedia:active {text-decoration: none; color: #000000}
a.npmedia:hover {text-decoration: underline; color: #990000}


.splash_bg {
	width:1280px;
 	height:1019px;
   	background-color:#00a4de;
	background-image:url("images/splash_bg.jpg");
  	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -640px;
	z-index:1;
}

.logo {

	width:1280px;
 	height:1019px;
	background-image:url("");
  	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -640px;
	z-index:50;
}

a.flash:link, .flash {
	width:35px;
	height:35px;
	display:block;
	background-image:url("images/splash_flash.png");
	position:absolute; left: 1083px; top: 415px;
}
a.flash:hover {
	width:35px;
	height:35px;
	display:block;
	background-image:url("images/splash_flash-hover.png");

}


a.quicktime:link, .quicktime {
	width:35px;
	height:37px;
	display:block;
	background-image:url("images/splash_quicktime.png");
	position:absolute; left: 1117px; top: 415px;
}
a.quicktime:hover{
	width:35px;
	height:37px;
	display:block;
	background-image:url("images/splash_quicktime-hover.png");
}


