@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	background-image: url(i/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin-top: -1px;	
	}


#header {

	width: 631px;
	height: 662px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -315px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -331px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}

#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 490px;
	height: 100%;
	text-align: center;
	background-color: #f4e6be;
	background-image: url(i/site-bg-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#footer {
	width: 490px;
	height: 100%;
	text-align: center;
	background-color: #f4e6be;
	}


.kuvalinkki {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

P {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	padding: 20px;
}

H1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	padding-left: 20px;
	margin-bottom: -15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	}

.lihavointi {
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;	
	
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
