/* verneri.css */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Verdana;
	font-size: 62.5%;
	height: 100%;
	overflow: hidden;
}

#main {
	width: 85em;
	height: 100%;
	min-height: 616px;
/*	min-height: 776px;*/
	background: transparent url(jokeri2.jpg) no-repeat right bottom;
}
#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h1 {
	width: 40%;
	font-size: 5.5em;
	font-style: italic;
	color: #069;
	margin: 1em 0 0 20px;
	line-height: 2em;
	text-align: center;
}
h1 span {
	color: #f00;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: .2em;
	margin: -.4em -.05em 0 .03em;
}
h2 {
	width: 45%;
	font-weight: 400;
	font-size: 1.6em;
	margin: -1.5em 0 2em 0;
	text-align: center;
}

#selko,
#yleis {
	width: 15em;
	float: left;
	padding: 0 2em 2em;
}

#selko {
	margin-left: 3em;
	border-right: 1px solid #39c;
	text-align: right;
}
#yleis {
	clear: right;
}

a {
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
}
a strong {
	color: #069;
	display: block;
	clear: both;
}
a strong span {
	color: #f00;
	font-family: "Times New Roman", Times, serif;
	font-size: 6em;
	line-height: 10px;
	padding: 0;
}
a strong span.yleis {
        color: #329F4F;
}
a:hover {
	color: #999;
}
a:hover strong {
	color: #000;
}

#yhteistyo {
	position: absolute;
	bottom: 50px;
	left: 330px;
	font-weight: bold;
	font-size: 1.2em;
	color: #069;
}
#ray {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 90px;
	height: 90px;
	background: transparent url(ray_tukee.gif) no-repeat 0 0;
}

