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

body {
	background:#000030;
	background-image:url('kuvat/sorsat.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right;
	font-family:Garamond;
	font-size:1em;
	color:#fff;
}
p,li {
	width:800px;
	color:#fff;
	font-family:Garamond;
	font-size:1.5em;
	text-align:left;
}
h1,h3 {
	color:#666;
	font-family:Garamond;
}

a {
	color:#CC0;
	font-weight:bold;
}
.transparent
	{
		background-color: #000030; filter:alpha(opacity=70); -moz-opacity:0.7; opacity: 0.7;
	}
