/* ---- Pikku-Orava ---- */


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */
		

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../imgs/bg_pattern.jpg);
	background-repeat: repeat;
	background-color: #08202C;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

a {
	color: #712477;
	font-weight: bold;
}

h1 {
	margin:0;
}

h2 {
	font-size: 1.3em;
	color: #89C1B7;
	font-weight: bold;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}
	
#noFlashText {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 350px;
	height: auto;
	font-size: 0.8em;
}


