html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}
body { background: #4c3030; }
#cont {
	width: 820px;
	margin: 0 auto 25px auto;
	background: #0b0707 url(img/homeback.gif) top right repeat-y;
	}
#cont2 {
	width: auto;
	background: url(img/homebott.gif) bottom left no-repeat;
	border-bottom: 1px solid #4c3030;
	}
#todo {
	width: 801px;
	margin: 7px 0 0 0;
	background: #fff url(img/txtback2.gif) top left repeat-y;
	}
#todo2 {
	width: auto;
	height: auto;
	background: url(img/txtback.gif) bottom left no-repeat;	
	}
#txt {
	width: auto;
	margin: 20px 60px;
	font: normal 17px/22px georgia, "century schoolbook", times, serif;
	color: #555;
	text-align: justify;
	padding: 0 0 16px 0;
	}
#txt img { border: none; }

