/*
 * Disabling the screen layout
 */

html { background: none; }

#path { position: static; }

aside, header, footer, .comments
{
  display: none;
}

aside, 
article, 
.center-container
{
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}

