* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #84c4e3;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 860px;
	height: 620px;
	margin: 20px auto;
	background: url('../images/background.png') no-repeat;
	position: relative;
}

#retail {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 316px;
	height: 367px;
	background: url('../images/retail_ideas.png') no-repeat;
}

#cha {
	position: absolute;
	top: 276px;
	left: 338px;
	width: 490px;
	line-height: 1.3;
	font-size: 1.1em;
}

#cha p {
	margin-bottom: 12px;
}

#cha div {
	height: 25px;
}

#cha a img {
	border: none;
}

