@charset "utf-8";
/* CSS Document */

#container #mainArea {
	height: 500px;
	width: 500px;
	margin-left: 125px;
	margin-top: 20px;
}

#container #mainArea h2 {
	font-size: 18px;
	background: url(../images/contents_back.png) no-repeat;
	height: 33px;
	width: 500px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}


#container #mainArea p {
	font-size: 14px;
	text-align: center;
}
