/* home.layout.css */
#layout {
	
}

#content {
	float:left;
	width:550px;
}

#content .csc-frame {
	display:block;
	width:600px;
	height:2px;
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px dotted #666666;
}