@charset "utf-8";
/* CSS Document */

body{
background-image: url(slike/bg_en.jpg);
background-repeat:no-repeat;
background-position: top center;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 225px;
	width: 980px;
	height: auto;
}

#links{
	width:900px;
	padding-left: 40px;
	padding-top:60px;
}

#links img{
	padding:10px;
	padding-top:50px;
}

#lang{
	width:60px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:120px;
}

a.text { position: relative; width: 200px; text-decoration: none !important; text-align: center;} 
a.text:after { content: attr(title); position: absolute; left: 0; bottom: 0; padding: 0.5em 10px; width: 200px; background: rgba(0,0,0,0.8); text-decoration: none !important; color: #fff; opacity: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; font-family:Arial, Helvetica, sans-serif; font-size:11px; } 
a.text:after, a.text:focus:after { opacity: 1.0; }