/* CSS Document */

#homepage_container{
	width:965px;
	margin:auto;
	}
	
#header_menu{
	width:965px;
	height:23px;
	background-image:url(grfx/site/artmuffin_header.jpg);
	background-repeat:no-repeat;
	}	
		
#header_box{
	width:965px;
	height:154px;
	}
	
#button_box{
	width:360px;
	height:23px;
	margin:auto;
	}
	
#content_container{
	width:965px;
	background-image:url(grfx/site/tile_horz.jpg);
	background-repeat:repeat-y;
	}
	
#content_box{
	width:865px;
	padding:10px 20px 20px 10px;
	margin:auto;
	}
	
#footer_info{
	width:925px;
	padding:10px 20px 5px 20px;
	background-image:url(grfx/site/tile_horz.jpg);
	background-repeat:repeat-y;
	margin:auto;
	}
	
#footer_box{	
	width:965px;
	height:42px;
	background-image:url(grfx/site/footer.jpg);
	margin:auto;
	}
	
