@charset "utf-8";
#box_with_background {
	background-image: url(../images/Clothes%20Hanging_1100px.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #F0F0F0;
	background-position: center top;
}
#text_over_background {
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 20px;
}

#wrapper_txt_center {
	text-align: center;
}
#text_over_bkg left {
	text-align: left;
}
.bkg-left {
	text-align: left;
	text-indent: 20px;
}
.boxed {
	padding-left: 10%;
}
