/* ------------------------------ layout.css */
body{
	width:100%; 
	font:100%;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	background:#191011 url(/news/0902/chaco/images/bg.gif) top left repeat fixed;
	}

#wrapper{
	width:240px;
	margin:0 auto;
	font-size:small;
	text-align:left;
	background-color:#191011;
	}

#footer{
	margin:0;
	padding:5px 0;
	font-size:x-small;
	background:url(/news/0902/chaco/images/footer_bg.gif) top left no-repeat;
	}

p{
	margin:5px 0;
	padding:0 5px;
	line-height:1.3em;
	}

#footer a{color:#fff;}
a{color:#fff;}
a:hover{text-decoration:none;}
img{border:none; margin:0;}