body {
	background: url(images/dressbg.jpg) no-repeat fixed 0px 0px;
}

.content {
	width: 500px;
	height: 350px;
	background:#ECD9C6;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding: 10px;
	position: absolute;
	left: 150px;
	top: 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	color: #50381E;
}
