﻿
#content_left {
	float: left;
	width: 1024px;
}
#content_right {
	float: right;
	width: 0px;
	text-align: right;
}
