Css:
  #container
     {
     position:relative;
     left: 28%;
     width: 50%;
     height: 100%;
     background: black;
     opacity:0.7;
     } 
Html:
 <div id="container">
  Here are texts,images,etc
 </div>
I cant think of a way to make transparent just the div color without affecting the content of #container.Someone know one?
 
    