/*
 * Splash page/Zooming text
 * Some words zooms out before the content of the page shows.
 * http://www.dhtmlgoodies.com/index.html?whichScript=zooming_text

 * (C) www.dhtmlgoodies.com, September 2005
 * You are free to use this script as long as the copyright 
 * message is kept intact

 * Alf Magne Kalleland
 */

html {
	height:100%;
}
body {
	height:100%;
	color:#000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin:0px;
	padding:0px;
}
.zoomingText {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color:#317082;
}
#zoomingTextContainer {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	position:absolute;
	z-index: 10000;
	left:0px;
	top:0px;
	text-align:center;
}
.skipIntro {
	position:absolute;
	z-index: 10000;
	bottom:10px;
	right:10px;
	color:#000000;
}
.skipIntro a {
	color:#000000;
	font-size:18px;
	text-decoration:none;
}
