@charset "UTF-8";
/* CSS Document */
/* wrapper to align center of page */
#wrapper {
width:800px;
height:600px;
margin-left:auto;
margin-right:auto;
position: absolute;
top: 50%;
left: 50%;
margin-top:-300px;
margin-left:-400px;
background-color:#000;
}


