#pagettl {
	display: none;
	}

#main {
	background: url('../img/layout/bkgr_content.jpg') 0 0 repeat-y;
	}
#main-in {
	padding-top: 0;
	}

/* @group content */

#content {
	margin: 0;
	padding: 20px 0;
	}
.article {
	position: relative;
	margin: 0 10px;
	padding: 80px 35px;
	font-size: 12px;
	line-height: 1.75;
	color: white;
	background: url('../img/contest/dark_art_ovl.png') 0 0 repeat;
	border-top: 1px solid #c56f9c;
	border-left: 1px solid #ad4174;
	border-right: 1px solid #ad4174;
	border-bottom: 1px solid #983764;
	}
.article a {
	color: white;
	}
.article a:hover {
	color: #581b3d;
	}
h2.ttl {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	}
.article ul {
	margin-left: 1em;
	list-style-type: disc;
	}
.article ol {
	margin-left: 0;
	list-style-type: decimal;
	list-style-position: inside;
	}

.legal .article p { padding-bottom: 15px; } 