I was trying to create DIVs inside div. But i am facing problem in centering the div. I followed http://stackoverflow.com/questions/114543/how-to-center-div-in-div
Using the approach suggested in above question, the DIV was centered horizontally but not vertically. http://jsbin.com/oyemu4
For the time being i am using margin-top: 20%. Please suggest some other way to center vertically. Another question, can we have opacity in percentage?