
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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	z-index: 1;
}

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;
}

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

a:hover {
	color: #DDDDDD;
	text-decoration: none;
	outline: none;
}

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

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

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

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;
}
