#picture {
  width: 100%;
  margin: auto;
}
#picture img {
	margin: 0;
  width: 100%;
}

#side {
  vertical-align: top;
  float: left;
}

h2 {
  margin: 0px;
  text-align: center;
  line-height: 100%;
}

#whatsnew, #information{
	width: 50%;	
	float: left;
}

#whatsnew ul {
  height: 250px;
  margin: 0;
	padding: 0 15px;
	list-style: none;
  border: 2px inset #000;
  overflow: auto;
}
