@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #09F;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(kuvat/kristiinatausta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#apDiv1 {
	position:absolute;
	width:634px;
	height:171px;
	z-index:2;
	left: 5px;
	top: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #06F;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(kuvat/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#apDiv2 {
	position:absolute;
	width:631px;
	height:224px;
	z-index:3;
	left: 289px;
	top: 189px;
}
#apDiv3 {
	position:absolute;
	width:451px;
	height:46px;
	z-index:4;
	left: 454px;
	top: 460px;
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}
#apDiv2 p   {
	color: #09F;
	font-weight: normal;
}
#apDiv2 a:link {
	color: #09F;
	font-weight: normal;
}
#apDiv2 a:hover {
	color: #FFF;
	font-weight: normal;
}
#apDiv2 a:visited {
	color: #09F;
	font-weight: normal;
}
#apDiv3 a:link {
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}
#apDiv3 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#apDiv3 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}
