/* @group Etusivu intro */

#skip {
	color: #dcdcdc;
	width: 80px;
	border: 1px solid #e1e1e1;
-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	z-index: 2;
	margin-left: -40px;
	left: 50%;
	background-color: #f5f5f5;
	padding: 10px;
	font: 10px Lucida-sans, "Lucida Grande", Lucida, Verdana, sans-serif;
	bottom: 60px;
	text-align: center;
	height: 10px;
}

#captions {
	width: 1108px;
	z-index: 1;
	position: relative;
	margin-left: -554px;
	left: 50%;
	top: 184px;
	overflow: hidden;
}

#ticker1 {
	position: relative;
	left: 0;
}

.ticker1_goal {
	position: relative;
	display: block;
	margin-left: 541px;
}

/*hide from ie on mac\*/
	html {
		height: 100%;
		overflow-y: hidden;
	}
	#flashcontent {
		width: 100%;
		height: 100%;
	}
	/* end hide */

/* @end */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		color: #666666;
		background-color: #FFFFFF;
	}