@CHARSET "UTF-8";


/* Hide all elements... */
#allDiv > *
{
  display:none;
}


/* ..except the content */
#content
{
  display:block;
}
