@charset "utf-8";
/* CSS Document */

#container #mainArea {
	height: 600px;
	width: 510px;
	margin-left: 145px;
	margin-top: 20px;
}
#container #mainArea img {
	border-style: none;
}


#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;
}

