div#comment_holder
{
	width: 900px;
	float: left;
	clear: both;
}

div#comment_holder div#comment_header
{
	width: 900px;
	float: left;
	height: 60px;
	background-image: url('../graphics/comment_header.png');

}

div#comment_holder div#comment_body
{
	width: 780px;
	line-height: 150%;
	float: left;
	padding: 40px 60px 40px 60px;
	background-image: url('../graphics/body_background_repeat.png');
}

div#comment_holder div#comment_body form
{
	margin: 0 auto;
	width: 400px;
	
	border: 1px dotted #555555;
	padding: 30px;
	
}

div#comment_holder div#comment_footer
{
	width: 900px;
	float: left;
	height: 20px;
	background-image: url('../graphics/body_footer.png');
}
