/* CSS Document */


body { margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #FFFFFF; height: 100%; background-color: #666666; }

a { color: #FFFFFF; text-decoration: none; }

a.help { color:#999999;  text-decoration: none; }

a:hover { color: #FF9900; }

#container { position: relative; 
	margin: auto; 
	width: 928px; 
	height:750px;
	background-image: url(images/topGraf.gif); 
	background-color: #FFFFFF; 
	background-repeat: repeat-x; 
}




#screen {
	position:absolute;
	left:15px;
	top:150px;
	width:602px;
	height:338px;
	z-index:1;
}
#butts {
	position:absolute;
	left:650px;
	top:150px;
	width:249px;
	height:338px;
	z-index:1;
}


#screen { 
	width: 612px; height: 346px; 
	background-image: url(images/screenHolder.gif); 
}

#VideoPlayerSection {
	margin-top: 4px;
	margin-left: 5px; 
	}
#PreloadMessage {
	position:absolute;
	z-index: 4;
	width:890px;
	height:380px;
	background-color:#ffffff;
	text-align:center;
	color:#666666;
	top: 150px;
	left: 15px;
}
	
#LoadProgress { visibility: hidden; }

#warn { position:relative; text-align:center; top:120px; z-index: 4;}

/*
   HACK ALERT: the above def is for IE only, the override below is for 
   all non-borked CSS browsers
*/

html>body #warn { position:relative; text-align:center; top:40%;z-index: 4; }

.alumni { 
	width: 249px; 
	height: 67px;
	font-size: 1em;
	margin-bottom: 3px;
	z-index: 1;
	}
	
	.buttons1 {
	position: absolute;
	padding-top: 45px;
	padding-left: 125px;
	z-index: 3;
	left: 3px;
	top: 1px;
	width: 118px;
	}

	.buttons2 {
	position: absolute;
	padding-top: 45px;
	padding-left: 125px;
	z-index: 3;
	left: 2px;
	top: 72px;
	width: 118px;
	}
		.buttons3 {
	position: absolute;
	padding-top: 45px;
	padding-left: 125px;
	z-index: 3;
	left: 2px;
	top: 141px;
	width: 118px;
	}
		.buttons4 {
	position: absolute;
	padding-top: 45px;
	padding-left: 125px;
	z-index: 3;
	left: 3px;
	top: 211px;
	width: 118px;
	}
		.buttons5 {
	position: absolute;
	padding-top: 45px;
	padding-left: 125px;
	z-index: 3;
	left: 2px;
	top: 282px;
	width: 118px;
	}
	
.logo { 
	position:absolute; 
	margin-top: 50px; 
	margin-left: 15px; }

.content { 
	position: absolute; 
	left: 15px; 
	top: 150px;  }

.nav {
	position:absolute;
	left: 15px;
	top:500px;
	}
	
.botGraf {
	position: absolute;
	top: 550px;
	left: 140px;
	}
	
	.help {
	color: #999999;
	width: 100%;
	text-align: center;
	}
