* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#menuIntro {
	display:none;
}
#main {
	position:absolute;
	/*
	top:50%;
	margin-top:-200px;
	*/
	left:50%;
	margin-left:-390px;
	
	width:780px;
}
#introFlash{
/*
	margin:0 auto;
	display:block;
	width:400px;
	height:400px;
	background:red;
*/
}
.skip{
	text-align:center;
	padding:20px 0 0 0 ;
	
}
.skip a {
	color:#0C4B8A;
	font-weight:bold;
	text-decoration:none;
}
.skip a:hover {
	text-decoration:underline;
}
