#container {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}

#contents {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	min-height: 600px;
	*height: 600px;
}

#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ff468c;
}

#contents ol {
	margin: 0;
	padding: 0;
	margin-left: 25px;
}

#contents div.menu {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

