body {	background-color: #ddceb5;	background-image: url(bg.jpg);	background-repeat: repeat-x;	background-position: left top;	font-family: Verdana, serif;	font-size: 11px;	color: #FFF;}#composite {	width: 855px;	height: 641px;	margin: 0 auto;	display: block;	background-image: url(composite.png);	background-repeat: no-repeat;	position: relative;}#text-1 {	width: 380px;	height: 200px;	position: absolute;	display: inline-block;	top: 110px;	left: 20px;	line-height: 14px;	color: #752727;}#text-2 {	width: 380px;	height: 200px;	position: absolute;	display: inline-block;	top: 433px;	right: 20px;	line-height: 14px;	color: #FFF;}#text-2 h1 {	font-size: 14px;	margin-bottom: 0;	margin-top: 20px;}#text-2 span {	color: #FFF;	display: block;	margin-bottom: 10px;}a {	color: #FFF;}