@charset "utf-8";
/* CSS Document */

#dash-left {
	width:66%;
	float:left;
}
#dash-right {
	width:33%;
	float:right;
}
.clear-dash {
	clear:both;
}