body {
	margin: 0;
	line-height: 1.5em;
}
#title {
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding: 10px;
	width: 550px;
	color: #ffffff;
	background-color: #cc6699;
	font-family: "Times New Roman", serif;
	font-weight: bolder;
	font-size: x-large;
	text-align: center;
}
#concept{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	border: 2px dotted #cc6699;
	width: 550px;
	color: #666666;
	background: #ffffff url("img/bg-cake.gif") no-repeat 100% 100%;
	text-align: center;
}