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

#forumBg {
	width: 500px;
	height: 210px;
	background-image: url(../assets/images/forumPageBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 190px;
}

#forumText {
	width: 400px;
	margin: auto;
	text-align: justify;
}

