html, body{
	margin:0;
	background-image: url("../img/index/tlo.jpg");
}

div{
	text-align: center;
}	

div#top{
	background-color: white;
	height:300px;
	padding:1px;		
}

div#top #logo, #language{
	position:relative;
	top: 50px;
}

a:link, a:visited{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover span{
	text-decoration:underline;
	padding-bottom: 2px;
}

div#bottom a {
	color:white;
	padding: 20px;
	position: relative;	
}

div#bottom img {
	border: 0px;
	
}

div#top a{
	color: grey;
	padding: 20px;
} 

div a img {
	margin-right: 3px;
}

div#top a img{
	width:15px;
	height:10px;
	border: 1px solid black;
}

#fish{
	color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}


