@charset "UTF-8";
/* CSS Document */

#content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
  border-top: solid 1px #fff;
}

#content-body {
	position: absolute;
	top: 0px;
	left: 0px;
}
#content-image {
	margin-left: 380px;
	min-width: 300px; 
}
#content-image img {
  width: 100%;
  margin-bottom: 8px;
  margin-left: 8px;
}
