#wrapper  {
	width: 100%;
	height: 100%;
}

#logo {
  display: none;
}


.nav, #content {
	height: 100%;

}

#content {
	top:  0;
	left: 0;
	width: 100%;
  padding: 0;
	overflow: visible;
}

.nav {
  display: none;
}

#footer {
  display: none;
}

div.seed, div.form, div.trial {
	background-color: white;
}
div.form, div.article, div.page div.content img {
  clear: right;
}
#content div.list div.seed div.float_right {
	position: relative;
	width: 60%;
}

