/* CSS Document */
body
	{
	background-color: #f2dcab;
	margin: 0 auto;
	padding: 0;
	color: #3E281D;
	font-size: 11px;
	background-attachment: scroll;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
	line-height: 130%;
	text-align: center;
	height: 100%;
	width: 960px;
	}

