/* CSS-tyylitiedosto */
/* Asetusten muuttaminen omalla vastuulla */
/* Sivun pohjan tyyli */
/* Copyright IT-Salonen KY */

body, html, #wrapper {
	margin: 0px;
	padding: 0px;
	text-align: center;	
	margin: auto;
	height:100%;
}

body {
	background-image: url('./images/pagebg.jpg');
}

html, body, div { 
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0;
}  

p {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

a {
	font-size: 12px;
	font-family: Verdana;
	color: #30494e;
	text-align: left;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}