﻿
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #909090;
	font-family: Arial, sans-serif;
	text-align: center;
	background-color: black;
	border: none;
}

#bgimg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#content {
	z-index: 1;
	text-align: center;
	position:absolute; 
    top:0px; 
    left:0px; 
    background-color:transparent; 
    width:100%; 
    height:100%;
}

a.block {
	display: block;
}

a:link {
	color: #BBBBBB;
	text-decoration: none;
	outline: none;
}

a:link img {
	background: transparent;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}	

a:visited img {
	background: none;
	opacity: 1;
}

a:focus  {
	color: #DDDDDD;
	text-decoration: none;
/*	outline: none; */
	outline: white solid thin;
}

a:focus img {
	outline: white solid thin;
}

a:hover {
	color: #DDDDDD;
	text-decoration: none;
	outline: #555 solid thin;
	background-color: #222;
}

a:hover img {
	background: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	outline: #888 solid 2px;
}

a:active {
	text-decoration: none;
	outline: none;
}

a:active img {
	background: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.valittu {
	background-color: #3a3a3a;
}	

a.nooutline {
	outline: none;
	border: none;
	background: none;
}

a.nooutline img {
	outline: none;
	border: none;
	background: none;
}

a.nooutline:focus {
	border: none;
	outline: none;
}

a.nooutline:focus img {
	border: none;
	outline: white solid thin;
}

a.nooutline:hover img {
	outline: none;
	border: none;
	background: none;
}

iframe.ylalinkit {
	display: inline;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 10;
	border: none;
	height: 60px;
	text-align: center;
}

iframe.ylalinkit.nofix {
	display: inline;
	position: absolute;
	top: 0; 
	left: 0;
}
	
div.ylalinkit {
	display: inline;
	position: fixed;
	top: 0; 
	left: 0;
	height: 60px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-style: none;
}
	
div.ylalinkit table {
	width: 100%;
	margin: 0;
}

div.ylalinkit table td {
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	padding: 15px 10px 5px 10px;
}

div.alareuna {
	width: 100%;
	height: 60px;
}

