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

	width: 500px;
	height: 327px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -163px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}


#content {
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	width: 800px;
	text-align: center;
	background-attachment: scroll;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
	padding-top: 30px;
	background-image: url(i/tausta.png);
	background-repeat: repeat-y;
	background-position: center 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: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	padding-right: 200px;
	padding-left: 200px;
}

H3 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding-right: 200px;
	padding-left: 200px;
}


H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding-right: 150px;
	padding-left: 150px;
	}
	
	H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding-right: 150px;
	padding-left: 150px;
	}
H4 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	}

.lihavointi {
	font-weight: bold;
}
.kursivointi {
	font-weight: normal;
	font-style: italic;
}

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

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

#footera {
	text-align: center;
	background-color: ;
	height: 180px;
	width: 400px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(i/player-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
