#content {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: center;
}
#headArea {
	margin-top: 60px;
}
#symbol {
	height: 130px;
	width: 900px;
	background-image: url(../img/symbol.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#headArea h1 {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#ctnBox {
	margin-bottom: 60px;
	padding-top: 60px;
	font-size: 1.2em;
	line-height: 1.8em;
}
#plugin {
	border: 3px double #CCCCCC;
	clear: both;
	padding: 10px;
}
#plugin h2 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 30px;
}
#plugin ul {
	display: block;
	padding-left: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
#plugin li {
	list-style-type: square;
	padding-bottom: 10px;
}
#plugin a {
	height: 33px;
	width: 112px;
	display: block;
	float: right;
}
#footArea {
	margin-top: 20px;
	margin-bottom: 40px;
}
#copyright {
}
