div.pilvet {
width: 1000px;
height: 707px;
background-image:url('../images/pilvet.jpg');
}

div.kiekura {
width: 1000px;
height: 707px;
background-image:url('../images/kiekura.png');
position: absolute;
}

div.juttu {
position: absolute;
}

img.juttu2 {
position: absolute;
cursor: pointer;
}

a.link {
font-size: 9pt;
font-weight: bold;
color: black;
text-decoration: none;
}

a.link:hover {
color: darkgrey;
}

.hidden {
display: none;
}

div.shadow {
z-index: 10000;
top: 0px;
left: 0px;
position: fixed;
width: 100%;
height: 100%;
background-color: black;
filter: alpha(opacity = 50);
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

div.fixed {
z-index: 10001;
top: 0px;
left: 0px;
position: fixed;
width: 100%;
height: 100px;
}

div.popup {
z-index: 10002;
color: black;
background-color: white;
width: 600px;
height: 342px;
font-size: 12px;
}