body {
  background-color: #ffffff;
  font: Arial, Helvetica, sans-serif;
  font-size: 70%;
  text-align: center;
}

#page {
  background-color: #ffffff;
  margin: auto;
  text-align: left;
  width: 100%;
}

#page-top {
  display:none;
}

#menu {
  display:none;
}

#login {
  display:none;
}

#right-top {
  display:none;
}

#content-wrap {
  margin-top: 4px;
  width: 100%;
}

#content {
  width: 100%;
}

.cleaner {
	border:  0px none;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

#footer {
  display:none;
}

#answers_wrapper{
    float:left;
    width:100%;
}

