/* CSS Document */

#outerWrapper #contentWrapper #content {
	background-color: #E3E1D7; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width:580px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #000000;
	background-image: url(../images/bott.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:770px;
	margin-left: 170px;
}
#content .text {
padding: 10px;
}

