@charset "utf-8";
/* CSS Document */

body {
	background-color:#dddddd;
}

#containerdiv {
	background-image:url(contentback.jpg);
	background-repeat:repeat-y;
	width:822px;
	padding:5px 20px;
}

/*#footer {
background-image:url(footerback.jpg);
background-position:center bottom;
background-repeat:no-repeat;
margin-left:10px;
padding:5px 0 28px;
width:801px;
}
*/

#footer {
	background-image:url(footerback.jpg);
	background-repeat:no-repeat;
	background-color:#dddddd;
	padding:15px 20px;
	width:822px;
	height:100px;
}