@charset "UTF-8";
/* CSS Document */

  #content_wrapper { 
	display:block;
    /*set the div in the center of the screen*/
    position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -240px;
    width: 480px; 
    height: 200px; 
    background-color:#000;
	border:#00aad7 6px solid;
	z-index:9;
	padding:9px;
}