/* CSS Document */

div.container{
width: 720px;
position: absolute;
left: 50%;
margin-left: -360px; /* half the width of the div */
border:0px solid black;
top:50%;
height:480px;
margin-top: -240px;
background:#000000;
}
.hide
{
display:none;
}

