@charset "utf-8"; /*Css for  centennial page */

/*Revised for Utube Link */
body{
	background-color:#000;
	}

#header{
	width: 960px;
	height: 140px;
	}
	
#logo{
	position:absolute;
	float: left;
	top:26px;
	left:50px;
	}

#video_link	{
	position: absolute;
	float: left;
	top: 68px;
	left: 400px;
	width: 202px;
	height: auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align: right;
	line-height: 14px;
	background-image: url(../images/video-icon.jpg);
	background-repeat: no-repeat;
	}
	
#video_link a:link {
	text-decoration:none;
	color: #eee;
	}
#video_link a:visited {
	text-decoration:none;
	color: #eee;
	}
#video_link a:hover {
	color: #cc0022;
	font-weight:normal;
	text-decoration:none;
	border-bottom: 1px solid #C00;
	}
	
#logo100yr	{
	position:absolute;
	float: left;
	top:0;
	left:633px;
	}

#footer{
	width:960px;
	height:100px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center
}


/*body{
	background-color:#000;
}

#header{
	height:140px;
}

#logo{
	position:absolute;
	top:26px;
	left:50px;
}

#logo100yr	{
	position:absolute;
	top:0;
	left:630px;
}

#footer{
	width:960px;
	height:100px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center
}
*/





