
/* ----------------- Container ---------------------------------------------------------------|
----------------------------------------------------------------------------------------------*/								

#bgblack {
left: 0;
top: 0;
z-index: 195;
position: fixed;
width: 100%;
min-height: 100%; 
background-color: #000;
filter:alpha(opacity=60); 
-moz-opacity: 0.60; 
opacity: 0.60;
min-height: 100%;
}
* html #bgblack {
height: 100%;
position: absolute;
}

#ekomedia{
position: absolute;
left: 50%;
top: 10px;
margin-left: -460px;
height: 644px;
width: 920px;
z-index: 196;
}