#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;
}

.profile {
	background-image: url(../img/chiyo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 280px;
}

.profile h2 {
	font-size: 12pt;
	color: #ff2c96;
}

.profile p strong {
	color: #ff2c96;
}
