html { 
	padding: 0px; 
	margin: 0px;	
}

body {
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	background-image: url(silwer_bg.png);
	background-color: #969581;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	margin-top: 0; margin-bottom: 0;
			line-height: -15px;
}

.tekstii {
	width : 780px;
	margin-left: 5px;

}



/* kuvamääritykset */

.kuvaa {
	border: 1px solid #fff;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	clear: both;

} /* väliotsikot */
 
 h1 {
    color: #fff;
	font-size: 24pt;
	font-family: Century Gothic;
}
	
 h2 {
    color: #fff;
	font-size: 9pt;
	font-family: Century Gothic;
}
	
 h3 {
    color: #fff;
	font-size: 24pt;
	font-family: Century Gothic;	
}
 
 
#tekstit {
   	width: 780px;
		line-height: 15pt;
	background-image: url(text_bg.png);
	background-repeat: no-repeat;
	background-position: top;

	padding: 0px 0 2px 0;

} 


#linkit {

	position: absolute;
    left : 23%;
	margin-top : -3px;

}
 

 
 /* linkki */

 a:link {
	color: #FFCF01;
	text-decoration: none;
}

 a:visited {
	color: #FFCF01;
	text-decoration: none;
}
 
 
 a:hover {
	color: #E7881F;
	text-decoration: underline;
}