@charset "utf-8";
/* CSS Document */

#header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 56px;
	font-weight: 900;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 300px;
	border: thin solid #000;
	top: 50px;
	position: absolute;
	left: 250px;
	font-variant: normal;
	text-decoration: none;
	background-image: none;
}
#links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 500px;
	width: 100px;
	border: thin solid #CCC;
	position: absolute;
	left: 50px;
	top: 200px;
	padding: 10px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#palsta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	height: 500px;
	width: 500px;
	border: thin solid #CCC;
	position: absolute;
	top: 200px;
	right: auto;
	left: 250px;
	padding: 10px;
}
a:visited {
	color: #FFF;
}
body {
	background-image: url(images/blasteritausta2.jpg);
	background-repeat: no-repeat;
}

a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}
#etusivulle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 0px none #000;
	height: 15px;
	width: 40px;
	top: 160px;
	right: auto;
	position: absolute;
	left: 500px;
	font-weight: bold;
}

