@charset "UTF-8";

/* Random Background using PHP */
#bg-container {
	height: 781px;
	width: 995px;
	background-image: url(../images/bg/story/1.jpg);
	background-repeat: no-repeat;
}
#content-container #imgs {
	float: left;
	width: 355px;
	height: 300px;
	margin-right: 20px;
}
#imgs  #pic1  {
	float: left;
	height: 280px;
	width: 200px;
}
#imgs #pic2 {
	float: right;
	width: 142px;
}
#imgs #pic3 {
	float: right;
	width: 142px;
}
#pic-desc   {
	float: left;
	margin-bottom: 3px;
	font-size: 10px;
}
#content-container #story-text {
	float: right;
	width: 200px;
}

