/* CSS Document */

body {
padding: 0;
margin: 0;
background-color:#000;
}

div#content {
position: absolute;
top: 50%;
left: 50%;
width: 920px;
height: 550px;
margin-left: -460px;
margin-top: -275px;
}

div#contentInside {
position: absolute;
top: 50%;
left: 50%;
width: 785px;
height: 550px;
margin-left: -392px;
margin-top: -275px;
}
