#news {
	background-image: url(images/bg_news900.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: 0px;
	width: 285px;
	height: 504px;
	margin-left: 0px;
	margin-top: 0px;
	content: scroll;
	overflow: scroll;

}

.grid{
}

.gridRow{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.gridSquare{
	display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}
