html,body {
	text-align: center;
	background-color: #EBEBEB;
	padding: 0px;
	margin: 0px;
}

#sisallys {
	width:1010px;
	height: 100%;
	min-height: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px auto;
	text-align:left;
	background-color: white;
	font-family: Arial;
	font-size: 18px;
	}

#link_bar {
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#link_bar2 {
	margin-top: -10px;
	padding-left: 50px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#text1 {
	height: 70%;
	width: 970px;
	font-size: 14px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #F5F5F5;
	overflow: auto;
}

#kuvitus {
	float: right;
	border: 1px dotted black;
	padding: 10px;
	margin: 20px;
}

#kuvitus2 {
	text-align: center;
	padding: 5px;
	margin: 20px;
}

#footer {
	padding: 10px;
	margin-left:10px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #858585;
}
	
h1 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
}

h2 {
	font-size: 15px;
	}
	

a {
	color: black;
	background: none;
	text-decoration: none;
	border-bottom: black 1px dotted;
	text-align: center;
}
a:visited {
	color: black;
	background: none;
	text-decoration: none;
	border-bottom: black 1px dotted;
}
a:active {
	color: black;
	background: none;
	text-decoration: none;
	border-bottom: black 1px dotted;
}
a:hover {
	color: Gray;
	background: none;
	text-decoration: none;
	border-bottom: black 1px dotted;
}

#mainlayer {
    width: 1000px;
	height: 750px;
	visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

#flashcontent {
	 height: 520px;
	 width: 1000px;
}
