
#my_content {
	background: rgba(255, 255, 255, 0.5);
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	background-image: url("../img/produse_bg_left.png");
	background-repeat: no-repeat;
	background-position: top left;
	max-height: 480px;
	overflow-y:auto;
}
	
	#my_content .title_box {
		position: fixed;
		width: 100%;
		background-image: url("../img/produse_bg_title.png");
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: -48px;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
	}
	
	#my_content h1 {
		font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		margin-top: 6px;
		margin-left: 5px;
	}
	
	#my_content img {
		margin-left: 15px;
	}